|
LLVM
4.0.0
|
#include "llvm/CodeGen/MachineBranchProbabilityInfo.h"#include "llvm/CodeGen/MachineBasicBlock.h"#include "llvm/IR/Instructions.h"#include "llvm/Support/Debug.h"#include "llvm/Support/raw_ostream.h"Go to the source code of this file.
Functions | |
| INITIALIZE_PASS_BEGIN (MachineBranchProbabilityInfo,"machine-branch-prob","Machine Branch Probability Analysis", false, true) INITIALIZE_PASS_END(MachineBranchProbabilityInfo | |
| machine branch Machine Branch Probability true cl::opt < unsigned > | StaticLikelyProb ("static-likely-prob", cl::desc("branch probability threshold in percentage""to be considered very likely"), cl::init(80), cl::Hidden) |
Variables | |
| machine branch | prob |
| machine branch Machine Branch Probability | Analysis |
| machine branch Machine Branch Probability | false |
| cl::opt< unsigned > | ProfileLikelyProb ("profile-likely-prob", cl::desc("branch probability threshold in percentage to be considered"" very likely when profile is available"), cl::init(51), cl::Hidden) |
| INITIALIZE_PASS_BEGIN | ( | MachineBranchProbabilityInfo | , |
| "machine-branch-prob" | , | ||
| "Machine Branch Probability Analysis" | , | ||
| false | , | ||
| true | |||
| ) |
| machine branch Machine Branch Probability Analysis |
Definition at line 24 of file MachineBranchProbabilityInfo.cpp.
| machine branch Machine Branch Probability false |
Definition at line 24 of file MachineBranchProbabilityInfo.cpp.
| machine branch prob |
Definition at line 24 of file MachineBranchProbabilityInfo.cpp.
| cl::opt<unsigned> ProfileLikelyProb("profile-likely-prob", cl::desc("branch probability threshold in percentage to be considered"" very likely when profile is available"), cl::init(51), cl::Hidden) |
Referenced by getLayoutSuccessorProbThreshold().
1.8.6