Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DMachineBlockPlacement.cpp501 SmallPtrSetImpl<BlockChain *> &UpdatedPreds,
1780 SmallPtrSetImpl<BlockChain *> &UpdatedPreds, in fillWorkLists() argument
1783 if (!UpdatedPreds.insert(&Chain).second) in fillWorkLists()
2632 SmallPtrSet<BlockChain *, 4> UpdatedPreds; in buildLoopChains() local
2635 UpdatedPreds.insert(&LoopChain); in buildLoopChains()
2638 fillWorkLists(LoopBB, UpdatedPreds, &LoopBlockSet); in buildLoopChains()
2728 SmallPtrSet<BlockChain *, 4> UpdatedPreds; in buildCFGChains() local
2730 fillWorkLists(&MBB, UpdatedPreds); in buildCFGChains()