|
LLVM
4.0.0
|
Go to the source code of this file.
Macros | |
| #define | DEBUG_TYPE "lazy-branch-prob" |
Functions | |
| INITIALIZE_PASS_BEGIN (LazyBranchProbabilityInfoPass, DEBUG_TYPE,"Lazy Branch Probability Analysis", true, true) INITIALIZE_PASS_END(LazyBranchProbabilityInfoPass | |
Variables | |
| DEBUG_TYPE | |
| Lazy Branch Probability | Analysis |
| Lazy Branch Probability | true |
| #define DEBUG_TYPE "lazy-branch-prob" |
Definition at line 22 of file LazyBranchProbabilityInfo.cpp.
| INITIALIZE_PASS_BEGIN | ( | LazyBranchProbabilityInfoPass | , |
| DEBUG_TYPE | , | ||
| "Lazy Branch Probability Analysis" | , | ||
| true | , | ||
| true | |||
| ) |
| Lazy Branch Probability Analysis |
Definition at line 27 of file LazyBranchProbabilityInfo.cpp.
| DEBUG_TYPE |
Definition at line 27 of file LazyBranchProbabilityInfo.cpp.
| Lazy Branch Probability true |
Definition at line 27 of file LazyBranchProbabilityInfo.cpp.
1.8.6