Searched refs:SeenPreds (Results 1 – 4 of 4) sorted by relevance
788 SmallPtrSet<BasicBlock *, 2> SeenPreds; in MergeBasicBlockIntoOnlyPred() local793 if (SeenPreds.insert(PredOfPredBB).second) in MergeBasicBlockIntoOnlyPred()795 SeenPreds.clear(); in MergeBasicBlockIntoOnlyPred()797 if (SeenPreds.insert(PredOfPredBB).second) in MergeBasicBlockIntoOnlyPred()1187 SmallPtrSet<BasicBlock *, 8> SeenPreds; in TryToSimplifyUncondBranchFromEmptyBlock() local1194 if (SeenPreds.insert(PredOfBB).second) in TryToSimplifyUncondBranchFromEmptyBlock()1196 SeenPreds.clear(); in TryToSimplifyUncondBranchFromEmptyBlock()1198 if (SeenPreds.insert(PredOfBB).second) in TryToSimplifyUncondBranchFromEmptyBlock()
976 SmallPtrSet<const MachineBasicBlock *, 8> SeenPreds; in isTrellis() local995 if (!SeenPreds.insert(SuccPred).second) in isTrellis()
1664 SmallPtrSet<BasicBlock*, 16> SeenPreds; in processThreadableEdges() local1674 if (!SeenPreds.insert(Pred).second) in processThreadableEdges()
3010 SmallSet<const MachineBasicBlock *, 16> SeenPreds; in finishPendingPhis() local3015 if (SeenPreds.count(Pred) || !PhiMBB->isPredecessor(Pred)) in finishPendingPhis()3017 SeenPreds.insert(Pred); in finishPendingPhis()