Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DMachineBlockPlacement.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()