Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DMachineBlockPlacement.cpp513 SmallPtrSetImpl<BlockChain *> &UpdatedPreds,
1792 SmallPtrSetImpl<BlockChain *> &UpdatedPreds, in fillWorkLists() argument
1795 if (!UpdatedPreds.insert(&Chain).second) in fillWorkLists()
2644 SmallPtrSet<BlockChain *, 4> UpdatedPreds; in buildLoopChains() local
2647 UpdatedPreds.insert(&LoopChain); in buildLoopChains()
2650 fillWorkLists(LoopBB, UpdatedPreds, &LoopBlockSet); in buildLoopChains()
2740 SmallPtrSet<BlockChain *, 4> UpdatedPreds; in buildCFGChains() local
2742 fillWorkLists(&MBB, UpdatedPreds); in buildCFGChains()