Home | History | Annotate | Download | only in Hexagon

Lines Matching defs:SecondLastInst

230   MachineInstr *SecondLastInst = nullptr;
234 if (!SecondLastInst)
235 SecondLastInst = I;
251 if (LastInst && !SecondLastInst) {
273 int SecLastOpcode = SecondLastInst->getOpcode();
278 TBB = SecondLastInst->getOperand(1).getMBB();
281 Cond.push_back(SecondLastInst->getOperand(0));
289 TBB = SecondLastInst->getOperand(0).getMBB();
299 TBB = SecondLastInst->getOperand(0).getMBB();
300 Cond.push_back(SecondLastInst->getOperand(0));