Fabcoin Core  0.16.2
P2P Digital Currency
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 }
Adapted from code found on http://stackoverflow.com/questions/180947/base64-decode-snippet-in-c Origi...
Definition: Arith256.cpp:15
Definition: Cache.h:11
bool prepare(llvm::Module &_module)
Definition: Optimizer.cpp:163
bool optimize(llvm::Module &_module)
Definition: Optimizer.cpp:74