Searched refs:BlockWorkList (Results 1 – 3 of 3) sorted by relevance
| /llvm-project-15.0.7/llvm/lib/Analysis/ |
| H A D | BranchProbabilityInfo.cpp | 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() [all …]
|
| /llvm-project-15.0.7/llvm/lib/CodeGen/ |
| H A D | MachineBlockPlacement.cpp | 357 SmallVector<MachineBasicBlock *, 16> BlockWorkList; member in __anon7097cf1d0111::MachineBlockPlacement 683 BlockWorkList.push_back(NewBB); in markBlockSuccessors() 1808 BlockWorkList.push_back(BB); in fillWorkLists() 1841 BestSucc = selectBestCandidateBlock(Chain, BlockWorkList); in buildChain() 2597 assert(BlockWorkList.empty() && in buildLoopChains() 2680 BlockWorkList.clear(); in buildLoopChains() 2723 assert(BlockWorkList.empty() && in buildCFGChains() 2845 BlockWorkList.clear(); in buildCFGChains() 3079 SmallVectorImpl<MachineBasicBlock *> &RemoveList = BlockWorkList; in maybeTailDuplicateBlock()
|
| /llvm-project-15.0.7/llvm/include/llvm/Analysis/ |
| H A D | BranchProbabilityInfo.h | 385 SmallVectorImpl<BasicBlock *> &BlockWorkList,
|