Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLocal.cpp794 SmallPtrSet<BasicBlock *, 2> SeenPreds; in MergeBasicBlockIntoOnlyPred() local
799 if (SeenPreds.insert(PredOfPredBB).second) in MergeBasicBlockIntoOnlyPred()
801 SeenPreds.clear(); in MergeBasicBlockIntoOnlyPred()
803 if (SeenPreds.insert(PredOfPredBB).second) in MergeBasicBlockIntoOnlyPred()
1267 SmallPtrSet<BasicBlock *, 8> SeenPreds; in TryToSimplifyUncondBranchFromEmptyBlock() local
1275 if (SeenPreds.insert(PredOfBB).second) in TryToSimplifyUncondBranchFromEmptyBlock()
1279 SeenPreds.clear(); in TryToSimplifyUncondBranchFromEmptyBlock()
1284 if (SeenPreds.insert(PredOfBB).second && PredOfBB != CommonPred) in TryToSimplifyUncondBranchFromEmptyBlock()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineBlockPlacement.cpp980 SmallPtrSet<const MachineBasicBlock *, 8> SeenPreds; in isTrellis() local
999 if (!SeenPreds.insert(SuccPred).second) in isTrellis()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DJumpThreading.cpp1571 SmallPtrSet<BasicBlock*, 16> SeenPreds; in processThreadableEdges() local
1581 if (!SeenPreds.insert(Pred).second) in processThreadableEdges()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DIRTranslator.cpp3355 SmallSet<const MachineBasicBlock *, 16> SeenPreds; in finishPendingPhis() local
3360 if (SeenPreds.count(Pred) || !PhiMBB->isPredecessor(Pred)) in finishPendingPhis()
3362 SeenPreds.insert(Pred); in finishPendingPhis()