|
LLVM
8.0.1
|
#include "llvm/Analysis/LazyBlockFrequencyInfo.h"#include "llvm/Analysis/LazyBranchProbabilityInfo.h"#include "llvm/Analysis/LoopInfo.h"#include "llvm/IR/Dominators.h"
Go to the source code of this file.
Macros | |
| #define | DEBUG_TYPE "lazy-block-freq" |
Functions | |
| INITIALIZE_PASS_BEGIN (LazyBlockFrequencyInfoPass, DEBUG_TYPE, "Lazy Block Frequency Analysis", true, true) INITIALIZE_PASS_END(LazyBlockFrequencyInfoPass | |
Variables | |
| DEBUG_TYPE | |
| Lazy Block Frequency | Analysis |
| Lazy Block Frequency | true |
| #define DEBUG_TYPE "lazy-block-freq" |
Definition at line 24 of file LazyBlockFrequencyInfo.cpp.
| INITIALIZE_PASS_BEGIN | ( | LazyBlockFrequencyInfoPass | , |
| DEBUG_TYPE | , | ||
| "Lazy Block Frequency Analysis" | , | ||
| true | , | ||
| true | |||
| ) |
| Lazy Block Frequency Analysis |
Definition at line 30 of file LazyBlockFrequencyInfo.cpp.
| DEBUG_TYPE |
Definition at line 30 of file LazyBlockFrequencyInfo.cpp.
| Lazy Block Frequency true |
Definition at line 30 of file LazyBlockFrequencyInfo.cpp.
1.8.13