Home | History | Annotate | Download | only in ARM

Lines Matching refs:isRedundantFlagInstr

2030 /// isRedundantFlagInstr - check whether the first instruction, whose only
2035 inline static bool isRedundantFlagInstr(MachineInstr *CmpI, unsigned SrcReg,
2131 if (isRedundantFlagInstr(CmpInstr, SrcReg, SrcReg2, CmpValue, &*I)) {