Lines Matching refs:DelInstrs

105                           SmallVectorImpl<MachineInstr *> &DelInstrs,
110 SmallVectorImpl<MachineInstr *> &DelInstrs,
115 SmallVectorImpl<MachineInstr *> &DelInstrs);
121 SmallVectorImpl<MachineInstr *> &DelInstrs,
296 SmallVectorImpl<MachineInstr *> &DelInstrs, in getLatenciesForInstrSequences() argument
307 for (auto I : DelInstrs) in getLatenciesForInstrSequences()
316 SmallVectorImpl<MachineInstr *> &DelInstrs, in reduceRegisterPressure() argument
334 SmallVectorImpl<MachineInstr *> &DelInstrs, in improvesCriticalPathLen() argument
367 getLatenciesForInstrSequences(*Root, InsInstrs, DelInstrs, BlockTrace); in improvesCriticalPathLen()
404 SmallVectorImpl<MachineInstr *> &DelInstrs) { in preservesResourceLen() argument
420 instr2instrSC(DelInstrs, DelInstrsSC); in preservesResourceLen()
469 SmallVector<MachineInstr *, 16> DelInstrs, in insertDeleteInstructions() argument
487 for (auto *InstrPtr : DelInstrs) { in insertDeleteInstructions()
516 SmallVector<MachineInstr *, 16> DelInstrs; in verifyPatternOrder() local
518 TII->genAlternativeCodeSequence(Root, P, InsInstrs, DelInstrs, in verifyPatternOrder()
528 Root, InsInstrs, DelInstrs, MinInstr->getTrace(MBB)); in verifyPatternOrder()
601 SmallVector<MachineInstr *, 16> DelInstrs; in combineInstructions() local
603 TII->genAlternativeCodeSequence(MI, P, InsInstrs, DelInstrs, in combineInstructions()
606 unsigned OldInstCount = DelInstrs.size(); in combineInstructions()
616 for (auto const *InstrPtr : DelInstrs) in combineInstructions()
643 if (reduceRegisterPressure(MI, MBB, InsInstrs, DelInstrs, P)) { in combineInstructions()
645 insertDeleteInstructions(MBB, MI, InsInstrs, DelInstrs, MinInstr, in combineInstructions()
662 insertDeleteInstructions(MBB, MI, InsInstrs, DelInstrs, MinInstr, in combineInstructions()
675 if (improvesCriticalPathLen(MBB, &MI, BlockTrace, InsInstrs, DelInstrs, in combineInstructions()
678 preservesResourceLen(MBB, BlockTrace, InsInstrs, DelInstrs)) { in combineInstructions()
685 insertDeleteInstructions(MBB, MI, InsInstrs, DelInstrs, MinInstr, in combineInstructions()