Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineBlockPlacement.cpp944 SmallPtrSet<const MachineBasicBlock *, 8> SeenPreds; in isTrellis() local
963 if (!SeenPreds.insert(SuccPred).second) in isTrellis()
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DIRTranslator.cpp2877 SmallSet<const MachineBasicBlock *, 16> SeenPreds; in finishPendingPhis() local
2882 if (SeenPreds.count(Pred) || !PhiMBB->isPredecessor(Pred)) in finishPendingPhis()
2884 SeenPreds.insert(Pred); in finishPendingPhis()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DJumpThreading.cpp1656 SmallPtrSet<BasicBlock*, 16> SeenPreds; in processThreadableEdges() local
1666 if (!SeenPreds.insert(Pred).second) in processThreadableEdges()