Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineBlockPlacement.cpp490 SmallPtrSetImpl<BlockChain *> &UpdatedPreds,
1760 SmallPtrSetImpl<BlockChain *> &UpdatedPreds, in fillWorkLists() argument
1763 if (!UpdatedPreds.insert(&Chain).second) in fillWorkLists()
2610 SmallPtrSet<BlockChain *, 4> UpdatedPreds; in buildLoopChains() local
2613 UpdatedPreds.insert(&LoopChain); in buildLoopChains()
2616 fillWorkLists(LoopBB, UpdatedPreds, &LoopBlockSet); in buildLoopChains()
2706 SmallPtrSet<BlockChain *, 4> UpdatedPreds; in buildCFGChains() local
2708 fillWorkLists(&MBB, UpdatedPreds); in buildCFGChains()