Home | History | Annotate | Download | only in ARM

Lines Matching refs:SecondLastInst

308   MachineInstr *SecondLastInst = I;
309 unsigned SecondLastOpc = SecondLastInst->getOpcode();
316 LastInst = SecondLastInst;
323 SecondLastInst = I;
324 SecondLastOpc = SecondLastInst->getOpcode();
330 if (SecondLastInst && I != MBB.begin() && isUnpredicatedTerminator(--I))
335 TBB = SecondLastInst->getOperand(0).getMBB();
336 Cond.push_back(SecondLastInst->getOperand(1));
337 Cond.push_back(SecondLastInst->getOperand(2));
345 TBB = SecondLastInst->getOperand(0).getMBB();