Lines Matching refs:BlockWorkList
706 SmallVectorImpl<BasicBlock *> &BlockWorkList, in updateEstimatedBlockWeight() argument
725 BlockWorkList.push_back(PredBlock); in updateEstimatedBlockWeight()
744 uint32_t BBWeight, SmallVectorImpl<BasicBlock *> &BlockWorkList, in propagateEstimatedBlockWeight() argument
764 if (!updateEstimatedBlockWeight(DomLoopBB, BBWeight, BlockWorkList, in propagateEstimatedBlockWeight()
821 SmallVector<BasicBlock *, 8> BlockWorkList; in computeEestimateBlockWeight() local
832 BlockWorkList, LoopWorkList); in computeEestimateBlockWeight()
857 getLoopEnterBlocks(LoopBB, BlockWorkList); in computeEestimateBlockWeight()
861 while (!BlockWorkList.empty()) { in computeEestimateBlockWeight()
863 const BasicBlock *BB = BlockWorkList.pop_back_val(); in computeEestimateBlockWeight()
878 BlockWorkList, LoopWorkList); in computeEestimateBlockWeight()
880 } while (!BlockWorkList.empty() || !LoopWorkList.empty()); in computeEestimateBlockWeight()