Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DMachineBlockPlacement.cpp336 SmallVector<MachineBasicBlock *, 16> BlockWorkList; member in __anon281ea1760111::MachineBlockPlacement
628 BlockWorkList.push_back(NewBB); in markBlockSuccessors()
1753 BlockWorkList.push_back(BB); in fillWorkLists()
1786 BestSucc = selectBestCandidateBlock(Chain, BlockWorkList); in buildChain()
2529 assert(BlockWorkList.empty() && in buildLoopChains()
2612 BlockWorkList.clear(); in buildLoopChains()
2655 assert(BlockWorkList.empty() && in buildCFGChains()
2760 BlockWorkList.clear(); in buildCFGChains()
2986 SmallVectorImpl<MachineBasicBlock *> &RemoveList = BlockWorkList; in maybeTailDuplicateBlock()