Searched refs:LastDelayAlu (Results 1 – 1 of 1) sorted by relevance
268 MachineInstr *LastDelayAlu) { in emitDelayAlu() argument300 return LastDelayAlu; in emitDelayAlu()304 if (!(Imm & 0x780) && LastDelayAlu) { in emitDelayAlu()306 for (auto I = MachineBasicBlock::instr_iterator(LastDelayAlu), in emitDelayAlu()313 MachineOperand &Op = LastDelayAlu->getOperand(0); in emitDelayAlu()341 MachineInstr *LastDelayAlu = nullptr; in runOnMachineBasicBlock() local383 LastDelayAlu = emitDelayAlu(MI, Delay, LastDelayAlu); in runOnMachineBasicBlock()