Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/
HDMachineBlockPlacement.cpp455 SmallPtrSetImpl<BlockChain *> &UpdatedPreds,
1725 SmallPtrSetImpl<BlockChain *> &UpdatedPreds, in fillWorkLists() argument
1728 if (!UpdatedPreds.insert(&Chain).second) in fillWorkLists()
2564 SmallPtrSet<BlockChain *, 4> UpdatedPreds; in buildLoopChains() local
2567 UpdatedPreds.insert(&LoopChain); in buildLoopChains()
2570 fillWorkLists(LoopBB, UpdatedPreds, &LoopBlockSet); in buildLoopChains()
2660 SmallPtrSet<BlockChain *, 4> UpdatedPreds; in buildCFGChains() local
2662 fillWorkLists(&MBB, UpdatedPreds); in buildCFGChains()