Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:IfConvertSimple

191     bool IfConvertSimple(BBInfo &BBI, IfcvtKind Kind);
328 RetVal = IfConvertSimple(BBI, Kind);
1016 /// IfConvertSimple - If convert a simple (split, no rejoin) sub-CFG.
1018 bool IfConverter::IfConvertSimple(BBInfo &BBI, IfcvtKind Kind) {