aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/CodeGen/MachineBranchProbabilityInfo.h
Commit message (Expand)AuthorAgeFilesLines
* Add some constantness to BranchProbabilityInfo and BlockFrequnencyInfo.Jakub Staszak2011-12-201-2/+3
* Unweaken vtables as per http://llvm.org/docs/CodingStandards.html#ll_virtual_...David Blaikie2011-12-201-0/+1
* Under the hood, MBPI is doing a linear scan of every successor everyChandler Carruth2011-11-141-5/+5
* Reuse the logic in getEdgeProbability within getHotSucc in order toChandler Carruth2011-11-141-0/+1
* Fix an overflow bug in MachineBranchProbabilityInfo. This pass relied onChandler Carruth2011-11-141-2/+4
* Add a cautionary note to this API. It was not at all obvious to me howChandler Carruth2011-11-141-0/+3
* - Make BranchProbability constructor public.Jakub Staszak2011-07-101-0/+1
* Introduce MachineBranchProbabilityInfo class, which has similar API toJakub Staszak2011-06-161-0/+77