aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/CodeGen/MachineBranchProbabilityInfo.cpp
AgeCommit message (Expand)AuthorFilesLines
2021-07-17[Analaysis, CodeGen] Remove getHotSucc (NFC)Kazu Hirata1-20/+0
2021-05-07Internalize some cl::opt global variables or move them under namespace llvmFangrui Song1-0/+2
2019-11-14Add missing includes needed to prune LLVMContext.h include, NFCReid Kleckner1-0/+1
2019-11-13Sink all InitializePasses.h includesReid Kleckner1-0/+7
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth1-4/+3
2017-12-04[CodeGen] Unify MBB reference format in both MIR and debug outputFrancis Visoiu Mistrih1-1/+1
2016-08-12Use the range variant of find/find_if instead of unpacking begin/endDavid Majnemer1-2/+1
2016-06-15[MBP] add comments and bug fixXinliang David Li1-6/+7
2016-06-14Set machine block placement hot prob threshold for both static and runtime pr...Dehao Chen1-0/+6
2016-06-03Replace hard coded probability threshold with parameter /NFCXinliang David Li1-7/+10
2015-12-18Use getEdgeProbability() instead of getEdgeWeight() in BFI and remove getEdge...Cong Hou1-13/+0
2015-12-01Replace all weight-based interfaces in MBB with probability-based interfaces,...Cong Hou1-56/+26
2015-12-01Revert r254348: "Replace all weight-based interfaces in MBB with probability-...Hans Wennborg1-26/+56
2015-12-01Replace all weight-based interfaces in MBB with probability-based interfaces,...Cong Hou1-56/+26
2015-08-06Revert r244154 which causes some build failure. See https://llvm.org/bugs/sho...Cong Hou1-25/+26
2015-08-05Record whether the weights on out-edges from a MBB are normalized.Cong Hou1-26/+25
2014-04-14[C++11] More 'nullptr' conversion. In some cases just using a boolean check i...Craig Topper1-2/+2
2014-03-25blockfreq: Use const in MachineBlockFrequencyInfoDuncan P. N. Exon Smith1-9/+9
2013-01-02Move all of the header files which are involved in modelling the LLVM IRChandler Carruth1-1/+1
2012-12-03Use the new script to sort the includes of every file under lib.Chandler Carruth1-1/+1
2012-08-20Fix a quadratic algorithm in MachineBranchProbabilityInfo.Jakob Stoklund Olesen1-6/+14
2012-08-08Revert "Fix a quadratic algorithm in MachineBranchProbabilityInfo."Jakob Stoklund Olesen1-14/+6
2012-08-08Fix a quadratic algorithm in MachineBranchProbabilityInfo.Jakob Stoklund Olesen1-6/+14
2011-12-20Add some constantness to BranchProbabilityInfo and BlockFrequnencyInfo.Jakub Staszak1-3/+3
2011-12-20Unweaken vtables as per http://llvm.org/docs/CodingStandards.html#ll_virtual_...David Blaikie1-0/+2
2011-11-14Reuse the logic in getEdgeProbability within getHotSucc in order toChandler Carruth1-11/+3
2011-11-14Fix an overflow bug in MachineBranchProbabilityInfo. This pass relied onChandler Carruth1-10/+26
2011-10-28Use BranchProbability compare operators.Benjamin Kramer1-8/+3
2011-06-16Introduce MachineBranchProbabilityInfo class, which has similar API toJakub Staszak1-0/+113