Searched defs:DelInstrs (Results 1 - 2 of 2) sorted by relevance

/external/llvm/lib/CodeGen/
H A DMachineCombiner.cpp77 SmallVectorImpl<MachineInstr *> &DelInstrs);
270 SmallVectorImpl<MachineInstr *> &DelInstrs) {
284 instr2instrSC(DelInstrs, DelInstrsSC);
356 SmallVector<MachineInstr *, 16> DelInstrs; local
362 TII->genAlternativeCodeSequence(MI, P, InsInstrs, DelInstrs,
373 if (doSubstitute(InsInstrs.size(), DelInstrs.size()) ||
376 preservesResourceLen(MBB, BlockTrace, InsInstrs, DelInstrs))) {
380 for (auto *InstrPtr : DelInstrs)
267 preservesResourceLen( MachineBasicBlock *MBB, MachineTraceMetrics::Trace BlockTrace, SmallVectorImpl<MachineInstr *> &InsInstrs, SmallVectorImpl<MachineInstr *> &DelInstrs) argument
/external/llvm/include/llvm/Target/
H A DTargetInstrInfo.h706 /// \param DelInstrs - Old instructions, including Root, that could be replaced
713 SmallVectorImpl<MachineInstr *> &DelInstrs,
710 genAlternativeCodeSequence( MachineInstr &Root, MachineCombinerPattern::MC_PATTERN P, SmallVectorImpl<MachineInstr *> &InsInstrs, SmallVectorImpl<MachineInstr *> &DelInstrs, DenseMap<unsigned, unsigned> &InstrIdxForVirtReg) const argument

Completed in 116 milliseconds