Home
last modified time | relevance | path

Searched refs:setEdgeWeight (Results 1 – 3 of 3) sorted by relevance

/external/llvm/lib/Analysis/
DBranchProbabilityInfo.cpp165 setEdgeWeight(BB, *I, UnreachableWeight); in calcUnreachableHeuristics()
175 setEdgeWeight(BB, *I, ReachableWeight); in calcUnreachableHeuristics()
228 setEdgeWeight(BB, i, W); in calcMetadataWeights()
283 setEdgeWeight(BB, *I, ColdWeight); in calcColdCallHeuristics()
292 setEdgeWeight(BB, *I, NormalWeight); in calcColdCallHeuristics()
325 setEdgeWeight(BB, TakenIdx, PH_TAKEN_WEIGHT); in calcPointerHeuristics()
326 setEdgeWeight(BB, NonTakenIdx, PH_NONTAKEN_WEIGHT); in calcPointerHeuristics()
361 setEdgeWeight(BB, *EI, backWeight); in calcLoopBranchHeuristics()
372 setEdgeWeight(BB, *EI, inWeight); in calcLoopBranchHeuristics()
383 setEdgeWeight(BB, *EI, exitWeight); in calcLoopBranchHeuristics()
[all …]
/external/llvm/include/llvm/Analysis/
DBranchProbabilityInfo.h111 void setEdgeWeight(const BasicBlock *Src, unsigned IndexInSuccessors,
/external/llvm/lib/Transforms/Scalar/
DJumpThreading.cpp1657 BPI->setEdgeWeight(BB, I, Weights[I]); in UpdateBlockFreqAndEdgeWeight()