Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use BranchProbability compare operators. | Benjamin Kramer | 2011-10-28 | 1 | -8/+3 |
| | | | | llvm-svn: 143190 | ||||
* | Introduce MachineBranchProbabilityInfo class, which has similar API to | Jakub Staszak | 2011-06-16 | 1 | -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 |