Searched refs:BlockWorkList (Results 1 – 3 of 3) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/lib/Analysis/ |
| H A D | BranchProbabilityInfo.cpp | 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() [all …]
|
| /openbsd-src/gnu/llvm/llvm/lib/CodeGen/ |
| H A D | MachineBlockPlacement.cpp | 369 SmallVector<MachineBasicBlock *, 16> BlockWorkList; member in __anona54a76640111::MachineBlockPlacement 695 BlockWorkList.push_back(NewBB); in markBlockSuccessors() 1820 BlockWorkList.push_back(BB); in fillWorkLists() 1853 BestSucc = selectBestCandidateBlock(Chain, BlockWorkList); in buildChain() 2609 assert(BlockWorkList.empty() && in buildLoopChains() 2692 BlockWorkList.clear(); in buildLoopChains() 2735 assert(BlockWorkList.empty() && in buildCFGChains() 2857 BlockWorkList.clear(); in buildCFGChains() 3091 SmallVectorImpl<MachineBasicBlock *> &RemoveList = BlockWorkList; in maybeTailDuplicateBlock()
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/Analysis/ |
| H A D | BranchProbabilityInfo.h | 386 SmallVectorImpl<BasicBlock *> &BlockWorkList,
|