aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/Analysis/BlockFrequencyImpl.h
Commit message (Expand)AuthorAgeFilesLines
* Move all of the header files which are involved in modelling the LLVM IRChandler Carruth2013-01-021-1/+1
* Sort the #include lines for the include/... tree with the script.Chandler Carruth2012-12-031-2/+2
* Fix typos found by http://github.com/lyda/misspell-checkBenjamin Kramer2012-06-021-1/+1
* Add some constantness to BranchProbabilityInfo and BlockFrequnencyInfo.Jakub Staszak2011-12-201-3/+4
* Remove all remaining uses of Value::getNameStr().Benjamin Kramer2011-11-151-4/+4
* Add BlockFrequency::getEntryFrequency()Jakub Staszak2011-08-011-7/+9
* If run with -debug give more information about Cyclic Probability.Jakub Staszak2011-07-281-0/+2
* Fix stupid mistake from commit 136381.Jakub Staszak2011-07-281-1/+1
* Speed up BlockFrequencyInfo a little bit.Jakub Staszak2011-07-281-1/+3
* Use BlockFrequency instead of uint32_t in BlockFrequencyInfo.Jakub Staszak2011-07-271-26/+13
* Edge to itself is backedge as well.Jakub Staszak2011-07-271-1/+1
* Rename BlockFrequency to BlockFrequencyInfo and MachineBlockFrequency toJakub Staszak2011-07-251-4/+4
* Allow getBlockFreq to return 0.Jakub Staszak2011-07-221-4/+3
* Add MachineBlockFrequency analysis.Jakub Staszak2011-07-161-2/+6
* Calculate backedge probability correctly.Jakub Staszak2011-06-231-4/+13
* Missing files for the BlockFrequency analysis added.Jakub Staszak2011-06-231-0/+336