Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DMachineBlockPlacement.cpp944 SmallPtrSet<const MachineBasicBlock *, 8> SeenPreds; in isTrellis() local
963 if (!SeenPreds.insert(SuccPred).second) in isTrellis()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/GlobalISel/
H A DIRTranslator.cpp2839 SmallSet<const MachineBasicBlock *, 16> SeenPreds; in finishPendingPhis() local
2844 if (SeenPreds.count(Pred) || !PhiMBB->isPredecessor(Pred)) in finishPendingPhis()
2846 SeenPreds.insert(Pred); in finishPendingPhis()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DJumpThreading.cpp1657 SmallPtrSet<BasicBlock*, 16> SeenPreds; in processThreadableEdges() local
1667 if (!SeenPreds.insert(Pred).second) in processThreadableEdges()