Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:ValidSimple

176     bool ValidSimple(BBInfo &TrueBBI, unsigned &Dups,
449 /// ValidSimple - Returns true if the 'true' block (along with its
453 bool IfConverter::ValidSimple(BBInfo &TrueBBI, unsigned &Dups,
840 if (ValidSimple(TrueBBI, Dups, Prediction) &&
877 ValidSimple(FalseBBI, Dups, Prediction.getCompl()) &&