Searched refs:BlockWorkList (Results 1 – 3 of 3) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | BranchProbabilityInfo.cpp | 645 SmallVectorImpl<BasicBlock *> &BlockWorkList, in updateEstimatedBlockWeight() argument 664 BlockWorkList.push_back(PredBlock); in updateEstimatedBlockWeight() 683 uint32_t BBWeight, SmallVectorImpl<BasicBlock *> &BlockWorkList, in propagateEstimatedBlockWeight() argument 703 if (!updateEstimatedBlockWeight(DomLoopBB, BBWeight, BlockWorkList, in propagateEstimatedBlockWeight() 760 SmallVector<BasicBlock *, 8> BlockWorkList; in computeEestimateBlockWeight() local 771 BBWeight.getValue(), BlockWorkList, in computeEestimateBlockWeight() 798 getLoopEnterBlocks(LoopBB, BlockWorkList); in computeEestimateBlockWeight() 802 while (!BlockWorkList.empty()) { in computeEestimateBlockWeight() 804 const BasicBlock *BB = BlockWorkList.pop_back_val(); in computeEestimateBlockWeight() 819 BlockWorkList, LoopWorkList); in computeEestimateBlockWeight() [all …]
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | MachineBlockPlacement.cpp | 346 SmallVector<MachineBasicBlock *, 16> BlockWorkList; member in __anon4b39d8210111::MachineBlockPlacement 663 BlockWorkList.push_back(NewBB); in markBlockSuccessors() 1788 BlockWorkList.push_back(BB); in fillWorkLists() 1821 BestSucc = selectBestCandidateBlock(Chain, BlockWorkList); in buildChain() 2575 assert(BlockWorkList.empty() && in buildLoopChains() 2658 BlockWorkList.clear(); in buildLoopChains() 2701 assert(BlockWorkList.empty() && in buildCFGChains() 2823 BlockWorkList.clear(); in buildCFGChains() 3044 SmallVectorImpl<MachineBasicBlock *> &RemoveList = BlockWorkList; in maybeTailDuplicateBlock()
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Analysis/ |
| H A D | BranchProbabilityInfo.h | 387 SmallVectorImpl<BasicBlock *> &BlockWorkList,
|