Home
last modified time | relevance | path

Searched refs:BlockWorkList (Results 1 – 3 of 3) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/lib/Analysis/
H A DBranchProbabilityInfo.cpp696 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 …]
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineBlockPlacement.cpp368 SmallVector<MachineBasicBlock *, 16> BlockWorkList; member in __anon4a3aec630111::MachineBlockPlacement
694 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()
3113 SmallVectorImpl<MachineBasicBlock *> &RemoveList = BlockWorkList; in maybeTailDuplicateBlock()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DBranchProbabilityInfo.h398 SmallVectorImpl<BasicBlock *> &BlockWorkList,