Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLocal.cpp793 SmallPtrSet<BasicBlock *, 2> SeenPreds; in MergeBasicBlockIntoOnlyPred() local
798 if (SeenPreds.insert(PredOfPredBB).second) in MergeBasicBlockIntoOnlyPred()
800 SeenPreds.clear(); in MergeBasicBlockIntoOnlyPred()
802 if (SeenPreds.insert(PredOfPredBB).second) in MergeBasicBlockIntoOnlyPred()
1290 SmallPtrSet<BasicBlock *, 8> SeenPreds; in TryToSimplifyUncondBranchFromEmptyBlock() local
1299 if (SeenPreds.insert(PredOfBB).second) in TryToSimplifyUncondBranchFromEmptyBlock()
1303 SeenPreds.clear(); in TryToSimplifyUncondBranchFromEmptyBlock()
1308 if (SeenPreds.insert(PredOfBB).second && PredOfBB != CommonPred) in TryToSimplifyUncondBranchFromEmptyBlock()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineBlockPlacement.cpp1036 SmallPtrSet<const MachineBasicBlock *, 8> SeenPreds; in isTrellis() local
1060 if (!SeenPreds.insert(SuccPred).second) in isTrellis()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DJumpThreading.cpp1581 SmallPtrSet<BasicBlock*, 16> SeenPreds; in processThreadableEdges() local
1591 if (!SeenPreds.insert(Pred).second) in processThreadableEdges()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DIRTranslator.cpp3508 SmallSet<const MachineBasicBlock *, 16> SeenPreds; in finishPendingPhis() local
3513 if (SeenPreds.count(Pred) || !PhiMBB->isPredecessor(Pred)) in finishPendingPhis()
3515 SeenPreds.insert(Pred); in finishPendingPhis()
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DScalarEvolution.cpp8759 SmallPtrSet<const SCEVPredicate *, 4> SeenPreds; in ExitLimit() local
8762 if (SeenPreds.contains(P)) in ExitLimit()
8765 SeenPreds.insert(P); in ExitLimit()