Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/lib/Transforms/Vectorize/
H A DVPlanHCFGBuilder.cpp339 SmallVector<Loop *> LoopWorkList; in buildPlainCFG() local
340 LoopWorkList.push_back(TheLoop); in buildPlainCFG()
341 while (!LoopWorkList.empty()) { in buildPlainCFG()
342 Loop *L = LoopWorkList.pop_back_val(); in buildPlainCFG()
368 LoopWorkList.append(L->begin(), L->end()); in buildPlainCFG()
/openbsd/gnu/llvm/llvm/lib/Analysis/
H A DBranchProbabilityInfo.cpp697 SmallVectorImpl<LoopBlock> &LoopWorkList) { in updateEstimatedBlockWeight() argument
713 LoopWorkList.push_back(PredLoop); in updateEstimatedBlockWeight()
735 SmallVectorImpl<LoopBlock> &LoopWorkList) { in propagateEstimatedBlockWeight() argument
755 LoopWorkList)) in propagateEstimatedBlockWeight()
760 LoopWorkList.push_back(DomLoopBB); in propagateEstimatedBlockWeight()
812 SmallVector<LoopBlock, 8> LoopWorkList; in computeEestimateBlockWeight() local
822 BlockWorkList, LoopWorkList); in computeEestimateBlockWeight()
829 while (!LoopWorkList.empty()) { in computeEestimateBlockWeight()
830 const LoopBlock LoopBB = LoopWorkList.pop_back_val(); in computeEestimateBlockWeight()
868 BlockWorkList, LoopWorkList); in computeEestimateBlockWeight()
[all …]
/openbsd/gnu/llvm/llvm/include/llvm/Analysis/
H A DBranchProbabilityInfo.h387 SmallVectorImpl<LoopBlock> &LoopWorkList);
394 SmallVectorImpl<LoopBlock> &LoopWorkList);