Lines Matching refs:BlockWorkList
696 SmallVectorImpl<BasicBlock *> &BlockWorkList, in updateEstimatedBlockWeight() argument
715 BlockWorkList.push_back(PredBlock); in updateEstimatedBlockWeight()
734 uint32_t BBWeight, SmallVectorImpl<BasicBlock *> &BlockWorkList, in propagateEstimatedBlockWeight() argument
754 if (!updateEstimatedBlockWeight(DomLoopBB, BBWeight, BlockWorkList, in propagateEstimatedBlockWeight()
811 SmallVector<BasicBlock *, 8> BlockWorkList; in computeEestimateBlockWeight() local
822 BlockWorkList, LoopWorkList); in computeEestimateBlockWeight()
847 getLoopEnterBlocks(LoopBB, BlockWorkList); in computeEestimateBlockWeight()
851 while (!BlockWorkList.empty()) { in computeEestimateBlockWeight()
853 const BasicBlock *BB = BlockWorkList.pop_back_val(); in computeEestimateBlockWeight()
868 BlockWorkList, LoopWorkList); in computeEestimateBlockWeight()
870 } while (!BlockWorkList.empty() || !LoopWorkList.empty()); in computeEestimateBlockWeight()