1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 11:02:59 +02:00
llvm-mirror/test/Analysis/BranchProbabilityInfo
Cong Hou 50c405416c [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 

llvm-svn: 256263
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