llvm/test/Analysis/BranchProbabilityInfo
Cong Hou 40288f7238 [BPI] Replace weights by probabilities in BPI.
This patch removes all weight-related interfaces from BPI and replace
them by probability versions. With this patch, we won't use edge weight
anymore in either IR or MC passes. Edge probabilitiy is a better
representation in terms of CFG update and validation.


Differential revision: http://reviews.llvm.org/D15519 




git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@256263 91177308-0d34-0410-b5e6-96231b3b80d8
2015-12-22 18:56:14 +00:00
..
basic.ll Use fixed-point representation for BranchProbability. 2015-09-25 23:09:59 +00:00
loop.ll Use fixed-point representation for BranchProbability. 2015-09-25 23:09:59 +00:00
noreturn.ll [BPI] Replace weights by probabilities in BPI. 2015-12-22 18:56:14 +00:00
pr18705.ll Use fixed-point representation for BranchProbability. 2015-09-25 23:09:59 +00:00
pr22718.ll Use fixed-point representation for BranchProbability. 2015-09-25 23:09:59 +00:00