Lines Matching refs:DelInstrs

105                           SmallVectorImpl<MachineInstr *> &DelInstrs,
110 SmallVectorImpl<MachineInstr *> &DelInstrs,
115 SmallVectorImpl<MachineInstr *> &DelInstrs);
121 SmallVectorImpl<MachineInstr *> &DelInstrs,
336 SmallVectorImpl<MachineInstr *> &DelInstrs, in getLatenciesForInstrSequences() argument
347 for (auto *I : DelInstrs) in getLatenciesForInstrSequences()
356 SmallVectorImpl<MachineInstr *> &DelInstrs, in reduceRegisterPressure() argument
374 SmallVectorImpl<MachineInstr *> &DelInstrs, in improvesCriticalPathLen() argument
407 getLatenciesForInstrSequences(*Root, InsInstrs, DelInstrs, BlockTrace); in improvesCriticalPathLen()
444 SmallVectorImpl<MachineInstr *> &DelInstrs) { in preservesResourceLen() argument
460 instr2instrSC(DelInstrs, DelInstrsSC); in preservesResourceLen()
509 SmallVector<MachineInstr *, 16> DelInstrs, in insertDeleteInstructions() argument
527 for (auto *InstrPtr : DelInstrs) { in insertDeleteInstructions()
556 SmallVector<MachineInstr *, 16> DelInstrs; in verifyPatternOrder() local
558 TII->genAlternativeCodeSequence(Root, P, InsInstrs, DelInstrs, in verifyPatternOrder()
568 Root, InsInstrs, DelInstrs, MinInstr->getTrace(MBB)); in verifyPatternOrder()
641 SmallVector<MachineInstr *, 16> DelInstrs; in combineInstructions() local
643 TII->genAlternativeCodeSequence(MI, P, InsInstrs, DelInstrs, in combineInstructions()
646 unsigned OldInstCount = DelInstrs.size(); in combineInstructions()
656 for (auto const *InstrPtr : DelInstrs) in combineInstructions()
683 if (reduceRegisterPressure(MI, MBB, InsInstrs, DelInstrs, P)) { in combineInstructions()
685 insertDeleteInstructions(MBB, MI, InsInstrs, DelInstrs, MinInstr, in combineInstructions()
702 insertDeleteInstructions(MBB, MI, InsInstrs, DelInstrs, MinInstr, in combineInstructions()
715 if (improvesCriticalPathLen(MBB, &MI, BlockTrace, InsInstrs, DelInstrs, in combineInstructions()
718 preservesResourceLen(MBB, BlockTrace, InsInstrs, DelInstrs)) { in combineInstructions()
725 insertDeleteInstructions(MBB, MI, InsInstrs, DelInstrs, MinInstr, in combineInstructions()