|
LLVM
8.0.1
|
#include "llvm/Analysis/LazyBranchProbabilityInfo.h"#include "llvm/Analysis/LoopInfo.h"#include "llvm/Analysis/TargetLibraryInfo.h"#include "llvm/IR/Dominators.h"
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 24 of file LazyBranchProbabilityInfo.cpp.
| INITIALIZE_PASS_BEGIN | ( | LazyBranchProbabilityInfoPass | , |
| DEBUG_TYPE | , | ||
| "Lazy Branch Probability Analysis" | , | ||
| true | , | ||
| true | |||
| ) |
| Lazy Branch Probability Analysis |
Definition at line 30 of file LazyBranchProbabilityInfo.cpp.
| DEBUG_TYPE |
Definition at line 30 of file LazyBranchProbabilityInfo.cpp.
| Lazy Branch Probability true |
Definition at line 30 of file LazyBranchProbabilityInfo.cpp.
1.8.13