Searched refs:BlockWorkList (Results 1 – 3 of 3) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | BranchProbabilityInfo.cpp | 691 SmallVectorImpl<BasicBlock *> &BlockWorkList, in updateEstimatedBlockWeight() argument 710 BlockWorkList.push_back(PredBlock); in updateEstimatedBlockWeight() 729 uint32_t BBWeight, SmallVectorImpl<BasicBlock *> &BlockWorkList, in propagateEstimatedBlockWeight() argument 749 if (!updateEstimatedBlockWeight(DomLoopBB, BBWeight, BlockWorkList, in propagateEstimatedBlockWeight() 804 SmallVector<BasicBlock *, 8> BlockWorkList; in estimateBlockWeights() local 816 BlockWorkList, LoopWorkList); in estimateBlockWeights() 843 getLoopEnterBlocks(LoopBB, BlockWorkList); in estimateBlockWeights() 847 while (!BlockWorkList.empty()) { in estimateBlockWeights() 849 const BasicBlock *BB = BlockWorkList.pop_back_val(); in estimateBlockWeights() 864 BlockWorkList, LoopWorkList); in estimateBlockWeights() [all …]
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | MachineBlockPlacement.cpp | 385 SmallVector<MachineBasicBlock *, 16> BlockWorkList; member in __anon1d8a29ed0111::MachineBlockPlacement 755 BlockWorkList.push_back(NewBB); in markBlockSuccessors() 1913 BlockWorkList.push_back(BB); in fillWorkLists() 1947 BestSucc = selectBestCandidateBlock(Chain, BlockWorkList); in buildChain() 2708 assert(BlockWorkList.empty() && in buildLoopChains() 2791 BlockWorkList.clear(); in buildLoopChains() 2834 assert(BlockWorkList.empty() && in buildCFGChains() 2956 BlockWorkList.clear(); in buildCFGChains() 3246 llvm::erase(BlockWorkList, RemBB); in maybeTailDuplicateBlock()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/ |
| H A D | BranchProbabilityInfo.h | 400 SmallVectorImpl<BasicBlock *> &BlockWorkList,
|