Lines Matching refs:SecondLastInst
303 MachineInstr *SecondLastInst = I;
304 unsigned SecondLastOpc = SecondLastInst->getOpcode();
311 LastInst = SecondLastInst;
318 SecondLastInst = I;
319 SecondLastOpc = SecondLastInst->getOpcode();
325 if (SecondLastInst && I != MBB.begin() && isUnpredicatedTerminator(--I))
330 TBB = SecondLastInst->getOperand(0).getMBB();
331 Cond.push_back(SecondLastInst->getOperand(1));
332 Cond.push_back(SecondLastInst->getOperand(2));
340 TBB = SecondLastInst->getOperand(0).getMBB();