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.cpp543 SmallPtrSetImpl<BlockChain *> &UpdatedPreds,
1885 const MachineBasicBlock *MBB, SmallPtrSetImpl<BlockChain *> &UpdatedPreds, in fillWorkLists() argument
1888 if (!UpdatedPreds.insert(&Chain).second) in fillWorkLists()
2743 SmallPtrSet<BlockChain *, 4> UpdatedPreds; in buildLoopChains() local
2746 UpdatedPreds.insert(&LoopChain); in buildLoopChains()
2749 fillWorkLists(LoopBB, UpdatedPreds, &LoopBlockSet); in buildLoopChains()
2839 SmallPtrSet<BlockChain *, 4> UpdatedPreds; in buildCFGChains() local
2841 fillWorkLists(&MBB, UpdatedPreds); in buildCFGChains()