Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Scalar/
DJumpThreading.cpp1198 SmallPtrSet<BasicBlock*, 16> SeenPreds; in ProcessThreadableEdges() local
1206 if (!SeenPreds.insert(Pred).second) in ProcessThreadableEdges()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/GlobalISel/
DIRTranslator.cpp2088 SmallSet<const MachineBasicBlock *, 16> SeenPreds; in finishPendingPhis() local
2093 if (SeenPreds.count(Pred) || !PhiMBB->isPredecessor(Pred)) in finishPendingPhis()
2095 SeenPreds.insert(Pred); in finishPendingPhis()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DJumpThreading.cpp1577 SmallPtrSet<BasicBlock*, 16> SeenPreds; in ProcessThreadableEdges() local
1587 if (!SeenPreds.insert(Pred).second) in ProcessThreadableEdges()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DMachineBlockPlacement.cpp909 SmallPtrSet<const MachineBasicBlock *, 8> SeenPreds; in isTrellis() local
928 if (!SeenPreds.insert(SuccPred).second) in isTrellis()