Under the hood, MBPI is doing a linear scan of every successor every
[oota-llvm.git] / include / llvm / CodeGen / MachineBranchProbabilityInfo.h
2011-11-14 Chandler CarruthUnder the hood, MBPI is doing a linear scan of every...
2011-11-14 Chandler CarruthReuse the logic in getEdgeProbability within getHotSucc...
2011-11-14 Chandler CarruthFix an overflow bug in MachineBranchProbabilityInfo...
2011-11-14 Chandler CarruthAdd a cautionary note to this API. It was not at all...
2011-07-10 Jakub Staszak- Make BranchProbability constructor public.
2011-06-16 Jakub StaszakIntroduce MachineBranchProbabilityInfo class, which...