Fabcoin Core
0.16.2
P2P Digital Currency
Main Page
Related Pages
Modules
Namespaces
Classes
Files
Examples
File List
File Members
src
cpp-ethereum
evmjit
libevmjit
Optimizer.h
Go to the documentation of this file.
1
#pragma once
2
3
namespace
llvm
4
{
5
class
Module;
6
}
7
8
namespace
dev
9
{
10
namespace
eth
11
{
12
namespace
jit
13
{
14
15
bool
optimize
(llvm::Module& _module);
16
17
bool
prepare
(llvm::Module& _module);
18
19
}
20
}
21
}
dev
Adapted from code found on http://stackoverflow.com/questions/180947/base64-decode-snippet-in-c Origi...
Definition:
Arith256.cpp:15
llvm
Definition:
Cache.h:11
dev::eth::jit::prepare
bool prepare(llvm::Module &_module)
Definition:
Optimizer.cpp:163
dev::eth::jit::optimize
bool optimize(llvm::Module &_module)
Definition:
Optimizer.cpp:74
Generated on Mon Oct 22 2018 15:15:27 for Fabcoin Core by
1.8.11