Lines Matching refs:LoopWorkList
707 SmallVectorImpl<LoopBlock> &LoopWorkList) { in updateEstimatedBlockWeight() argument
723 LoopWorkList.push_back(PredLoop); in updateEstimatedBlockWeight()
745 SmallVectorImpl<LoopBlock> &LoopWorkList) { in propagateEstimatedBlockWeight() argument
765 LoopWorkList)) in propagateEstimatedBlockWeight()
770 LoopWorkList.push_back(DomLoopBB); in propagateEstimatedBlockWeight()
822 SmallVector<LoopBlock, 8> LoopWorkList; in computeEestimateBlockWeight() local
832 BlockWorkList, LoopWorkList); in computeEestimateBlockWeight()
839 while (!LoopWorkList.empty()) { in computeEestimateBlockWeight()
840 const LoopBlock LoopBB = LoopWorkList.pop_back_val(); in computeEestimateBlockWeight()
878 BlockWorkList, LoopWorkList); in computeEestimateBlockWeight()
880 } while (!BlockWorkList.empty() || !LoopWorkList.empty()); in computeEestimateBlockWeight()