Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineBlockPlacement.cpp517 SmallPtrSetImpl<BlockChain *> &UpdatedPreds,
1820 SmallPtrSetImpl<BlockChain *> &UpdatedPreds, in fillWorkLists() argument
1823 if (!UpdatedPreds.insert(&Chain).second) in fillWorkLists()
2680 SmallPtrSet<BlockChain *, 4> UpdatedPreds; in buildLoopChains() local
2683 UpdatedPreds.insert(&LoopChain); in buildLoopChains()
2686 fillWorkLists(LoopBB, UpdatedPreds, &LoopBlockSet); in buildLoopChains()
2776 SmallPtrSet<BlockChain *, 4> UpdatedPreds; in buildCFGChains() local
2778 fillWorkLists(&MBB, UpdatedPreds); in buildCFGChains()