Home
last modified time | relevance | path

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

/freebsd/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()
808 SmallVector<BasicBlock *, 8> BlockWorkList; in computeEestimateBlockWeight() local
820 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/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineBlockPlacement.cpp368 SmallVector<MachineBasicBlock *, 16> BlockWorkList; member in __anon1d8a29ed0111::MachineBlockPlacement
699 BlockWorkList.push_back(NewBB); in markBlockSuccessors()
1848 BlockWorkList.push_back(BB); in fillWorkLists()
1884 BestSucc = selectBestCandidateBlock(Chain, BlockWorkList); in buildChain()
2645 assert(BlockWorkList.empty() && in buildLoopChains()
2728 BlockWorkList.clear(); in buildLoopChains()
2771 assert(BlockWorkList.empty() && in buildCFGChains()
2893 BlockWorkList.clear(); in buildCFGChains()
3149 SmallVectorImpl<MachineBasicBlock *> &RemoveList = BlockWorkList; in maybeTailDuplicateBlock()
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DBranchProbabilityInfo.h398 SmallVectorImpl<BasicBlock *> &BlockWorkList,