LLVM: lib/Analysis/LazyBranchProbabilityInfo.cpp File Reference (original) (raw)
#include "[llvm/Analysis/LazyBranchProbabilityInfo.h](LazyBranchProbabilityInfo%5F8h%5Fsource.html)"#include "[llvm/Analysis/LoopInfo.h](LoopInfo%5F8h%5Fsource.html)"#include "[llvm/Analysis/TargetLibraryInfo.h](TargetLibraryInfo%5F8h%5Fsource.html)"#include "[llvm/IR/Dominators.h](Dominators%5F8h%5Fsource.html)"#include "[llvm/InitializePasses.h](InitializePasses%5F8h%5Fsource.html)"
Go to the source code of this file.
| Macros | |
|---|---|
| #define | DEBUG_TYPE "lazy-branch-prob" |
| Functions |
|---|
| Variables | |
|---|---|
| DEBUG_TYPE | |
| Lazy Branch Probability | Analysis |
| Lazy Branch Probability | true |
Macro Definition Documentation
◆ DEBUG_TYPE
#define DEBUG_TYPE "lazy-branch-prob"
Definition at line 24 of file LazyBranchProbabilityInfo.cpp.
Function Documentation
◆ INITIALIZE_PASS_BEGIN()
| INITIALIZE_PASS_BEGIN | ( | LazyBranchProbabilityInfoPass | , |
|---|---|---|---|
| DEBUG_TYPE | , | ||
| "Lazy Branch Probability Analysis" | , | ||
| true | , | ||
| true | ) |
References DEBUG_TYPE, and INITIALIZE_PASS_DEPENDENCY.
Variable Documentation
Lazy Branch Probability Analysis
Definition at line 31 of file LazyBranchProbabilityInfo.cpp.
◆ DEBUG_TYPE
DEBUG_TYPE
Definition at line 30 of file LazyBranchProbabilityInfo.cpp.
◆ true
Lazy Branch Probability true
Definition at line 31 of file LazyBranchProbabilityInfo.cpp.