Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DBranchProbabilityInfo.cpp646 SmallVectorImpl<LoopBlock> &LoopWorkList) { in updateEstimatedBlockWeight() argument
662 LoopWorkList.push_back(PredLoop); in updateEstimatedBlockWeight()
684 SmallVectorImpl<LoopBlock> &LoopWorkList) { in propagateEstimatedBlockWeight() argument
704 LoopWorkList)) in propagateEstimatedBlockWeight()
709 LoopWorkList.push_back(DomLoopBB); in propagateEstimatedBlockWeight()
761 SmallVector<LoopBlock, 8> LoopWorkList; in computeEestimateBlockWeight() local
772 LoopWorkList); in computeEestimateBlockWeight()
779 while (!LoopWorkList.empty()) { in computeEestimateBlockWeight()
780 const LoopBlock LoopBB = LoopWorkList.pop_back_val(); in computeEestimateBlockWeight()
819 BlockWorkList, LoopWorkList); in computeEestimateBlockWeight()
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DBranchProbabilityInfo.h394 SmallVectorImpl<LoopBlock> &LoopWorkList);
401 SmallVectorImpl<LoopBlock> &LoopWorkList);