Searched refs:propagateEstimatedBlockWeight (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
H A D | BranchProbabilityInfo.cpp | 732 void BranchProbabilityInfo::propagateEstimatedBlockWeight( in propagateEstimatedBlockWeight() function in BranchProbabilityInfo 819 propagateEstimatedBlockWeight(getLoopBlock(BB), DT, PDT, *BBWeight, in computeEestimateBlockWeight() 867 propagateEstimatedBlockWeight(LoopBB, DT, PDT, *MaxWeight, in computeEestimateBlockWeight()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/ |
H A D | BranchProbabilityInfo.h | 403 void propagateEstimatedBlockWeight(const LoopBlock &LoopBB, DominatorTree *DT,
|