Searched refs:SeenPreds (Results 1 – 5 of 5) sorted by relevance
793 SmallPtrSet<BasicBlock *, 2> SeenPreds; in MergeBasicBlockIntoOnlyPred() local798 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() local1299 if (SeenPreds.insert(PredOfBB).second) in TryToSimplifyUncondBranchFromEmptyBlock()1303 SeenPreds.clear(); in TryToSimplifyUncondBranchFromEmptyBlock()1308 if (SeenPreds.insert(PredOfBB).second && PredOfBB != CommonPred) in TryToSimplifyUncondBranchFromEmptyBlock()
1036 SmallPtrSet<const MachineBasicBlock *, 8> SeenPreds; in isTrellis() local1060 if (!SeenPreds.insert(SuccPred).second) in isTrellis()
1581 SmallPtrSet<BasicBlock*, 16> SeenPreds; in processThreadableEdges() local1591 if (!SeenPreds.insert(Pred).second) in processThreadableEdges()
3508 SmallSet<const MachineBasicBlock *, 16> SeenPreds; in finishPendingPhis() local3513 if (SeenPreds.count(Pred) || !PhiMBB->isPredecessor(Pred)) in finishPendingPhis()3515 SeenPreds.insert(Pred); in finishPendingPhis()
8759 SmallPtrSet<const SCEVPredicate *, 4> SeenPreds; in ExitLimit() local8762 if (SeenPreds.contains(P)) in ExitLimit()8765 SeenPreds.insert(P); in ExitLimit()