Home | History | Annotate | Download | only in PowerPC

Lines Matching refs:SecondLastInst

219   MachineInstr *SecondLastInst = I;
222 if (SecondLastInst && I != MBB.begin() &&
227 if (SecondLastInst->getOpcode() == PPC::BCC &&
229 if (!SecondLastInst->getOperand(2).isMBB() ||
232 TBB = SecondLastInst->getOperand(2).getMBB();
233 Cond.push_back(SecondLastInst->getOperand(0));
234 Cond.push_back(SecondLastInst->getOperand(1));
241 if (SecondLastInst->getOpcode() == PPC::B &&
243 if (!SecondLastInst->getOperand(0).isMBB())
245 TBB = SecondLastInst->getOperand(0).getMBB();