Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLocal.cpp787 SmallPtrSet<BasicBlock *, 2> SeenPreds; in MergeBasicBlockIntoOnlyPred() local
792 if (SeenPreds.insert(PredOfPredBB).second) in MergeBasicBlockIntoOnlyPred()
794 SeenPreds.clear(); in MergeBasicBlockIntoOnlyPred()
796 if (SeenPreds.insert(PredOfPredBB).second) in MergeBasicBlockIntoOnlyPred()
1256 SmallPtrSet<BasicBlock *, 8> SeenPreds; in TryToSimplifyUncondBranchFromEmptyBlock() local
1264 if (SeenPreds.insert(PredOfBB).second) in TryToSimplifyUncondBranchFromEmptyBlock()
1268 SeenPreds.clear(); in TryToSimplifyUncondBranchFromEmptyBlock()
1273 if (SeenPreds.insert(PredOfBB).second && PredOfBB != CommonPred) in TryToSimplifyUncondBranchFromEmptyBlock()
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineBlockPlacement.cpp975 SmallPtrSet<const MachineBasicBlock *, 8> SeenPreds; in isTrellis() local
994 if (!SeenPreds.insert(SuccPred).second) in isTrellis()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DJumpThreading.cpp1583 SmallPtrSet<BasicBlock*, 16> SeenPreds; in processThreadableEdges() local
1593 if (!SeenPreds.insert(Pred).second) in processThreadableEdges()
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DIRTranslator.cpp3167 SmallSet<const MachineBasicBlock *, 16> SeenPreds; in finishPendingPhis() local
3172 if (SeenPreds.count(Pred) || !PhiMBB->isPredecessor(Pred)) in finishPendingPhis()
3174 SeenPreds.insert(Pred); in finishPendingPhis()