Lines Matching refs:LoopWorkList
646 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()
821 } while (!BlockWorkList.empty() || !LoopWorkList.empty()); in computeEestimateBlockWeight()