Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/Utils/
H A DLocal.cpp771 SmallPtrSet<BasicBlock *, 2> SeenPreds; in MergeBasicBlockIntoOnlyPred() local
776 if (SeenPreds.insert(PredOfPredBB).second) in MergeBasicBlockIntoOnlyPred()
778 SeenPreds.clear(); in MergeBasicBlockIntoOnlyPred()
780 if (SeenPreds.insert(PredOfPredBB).second) in MergeBasicBlockIntoOnlyPred()
1110 SmallPtrSet<BasicBlock *, 8> SeenPreds; in TryToSimplifyUncondBranchFromEmptyBlock() local
1117 if (SeenPreds.insert(PredOfBB).second) in TryToSimplifyUncondBranchFromEmptyBlock()
1119 SeenPreds.clear(); in TryToSimplifyUncondBranchFromEmptyBlock()
1121 if (SeenPreds.insert(PredOfBB).second) in TryToSimplifyUncondBranchFromEmptyBlock()
/llvm-project-15.0.7/llvm/lib/Transforms/Scalar/
H A DJumpThreading.cpp1641 SmallPtrSet<BasicBlock*, 16> SeenPreds; in processThreadableEdges() local
1651 if (!SeenPreds.insert(Pred).second) in processThreadableEdges()
/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DMachineBlockPlacement.cpp964 SmallPtrSet<const MachineBasicBlock *, 8> SeenPreds; in isTrellis() local
983 if (!SeenPreds.insert(SuccPred).second) in isTrellis()
/llvm-project-15.0.7/llvm/lib/CodeGen/GlobalISel/
H A DIRTranslator.cpp2986 SmallSet<const MachineBasicBlock *, 16> SeenPreds; in finishPendingPhis() local
2991 if (SeenPreds.count(Pred) || !PhiMBB->isPredecessor(Pred)) in finishPendingPhis()
2993 SeenPreds.insert(Pred); in finishPendingPhis()