Lines Matching refs:LoopWorkList
697 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()
809 SmallVector<LoopBlock, 8> LoopWorkList; in computeEestimateBlockWeight() local
820 BlockWorkList, LoopWorkList); in computeEestimateBlockWeight()
827 while (!LoopWorkList.empty()) { in computeEestimateBlockWeight()
828 const LoopBlock LoopBB = LoopWorkList.pop_back_val(); in computeEestimateBlockWeight()
868 BlockWorkList, LoopWorkList); in computeEestimateBlockWeight()
870 } while (!BlockWorkList.empty() || !LoopWorkList.empty()); in computeEestimateBlockWeight()