Home | History | Annotate | Download | only in Utils

Lines Matching refs:OnlyPred

5047     if (BasicBlock *OnlyPred = BB->getSinglePredecessor())
5048 if (SimplifyEqualityComparisonWithOnlyPredecessor(SI, OnlyPred, Builder))
5270 if (BasicBlock *OnlyPred = BB->getSinglePredecessor())
5271 if (SimplifyEqualityComparisonWithOnlyPredecessor(BI, OnlyPred, Builder))