Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:FnNum

159     int FnNum;
162 IfConverter() : MachineFunctionPass(ID), FnNum(-1) {
274 DEBUG(dbgs() << "\nIfcvt: function (" << ++FnNum << ") \'"
277 if (FnNum < IfCvtFnStart || (IfCvtFnStop != -1 && FnNum > IfCvtFnStop)) {