aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/CodeGen/MachineBranchProbabilityInfo.cpp
AgeCommit message (Collapse)AuthorFilesLines
2011-06-16Introduce MachineBranchProbabilityInfo class, which has similar API toJakub Staszak1-0/+113
BranchProbabilityInfo (expect setEdgeWeight which is not available here). Branch Weights are kept in MachineBasicBlocks. To turn off this analysis set -use-mbpi=false. llvm-svn: 133184