Searched refs:isADDInstrEligibleForFolding (Results 1 – 2 of 2) sorted by relevance
634 bool isADDInstrEligibleForFolding(MachineInstr &ADDMI) const;
3553 if (!isADDInstrEligibleForFolding(*ADDMI)) in foldFrameOffset()3640 bool PPCInstrInfo::isADDInstrEligibleForFolding(MachineInstr &ADDMI) const { in isADDInstrEligibleForFolding() function in PPCInstrInfo