Searched refs:SeenPreds (Results 1 – 4 of 4) sorted by relevance
771 SmallPtrSet<BasicBlock *, 2> SeenPreds; in MergeBasicBlockIntoOnlyPred() local776 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() local1117 if (SeenPreds.insert(PredOfBB).second) in TryToSimplifyUncondBranchFromEmptyBlock()1119 SeenPreds.clear(); in TryToSimplifyUncondBranchFromEmptyBlock()1121 if (SeenPreds.insert(PredOfBB).second) in TryToSimplifyUncondBranchFromEmptyBlock()
1641 SmallPtrSet<BasicBlock*, 16> SeenPreds; in processThreadableEdges() local1651 if (!SeenPreds.insert(Pred).second) in processThreadableEdges()
964 SmallPtrSet<const MachineBasicBlock *, 8> SeenPreds; in isTrellis() local983 if (!SeenPreds.insert(SuccPred).second) in isTrellis()
2986 SmallSet<const MachineBasicBlock *, 16> SeenPreds; in finishPendingPhis() local2991 if (SeenPreds.count(Pred) || !PhiMBB->isPredecessor(Pred)) in finishPendingPhis()2993 SeenPreds.insert(Pred); in finishPendingPhis()