Home
last modified time | relevance | path

Searched refs:LoopWorkList (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DBranchProbabilityInfo.cpp692 SmallVectorImpl<LoopBlock> &LoopWorkList) { in updateEstimatedBlockWeight() argument
708 LoopWorkList.push_back(PredLoop); in updateEstimatedBlockWeight()
730 SmallVectorImpl<LoopBlock> &LoopWorkList) { in propagateEstimatedBlockWeight() argument
750 LoopWorkList)) in propagateEstimatedBlockWeight()
755 LoopWorkList.push_back(DomLoopBB); in propagateEstimatedBlockWeight()
805 SmallVector<LoopBlock, 8> LoopWorkList; in estimateBlockWeights() local
816 BlockWorkList, LoopWorkList); in estimateBlockWeights()
823 while (!LoopWorkList.empty()) { in estimateBlockWeights()
824 const LoopBlock LoopBB = LoopWorkList.pop_back_val(); in estimateBlockWeights()
864 BlockWorkList, LoopWorkList); in estimateBlockWeights()
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DBranchProbabilityInfo.h401 SmallVectorImpl<LoopBlock> &LoopWorkList);
408 SmallVectorImpl<LoopBlock> &LoopWorkList);