reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
448 if (!SecondLastInst) 449 SecondLastInst = &*I; 460 int SecLastOpcode = SecondLastInst ? SecondLastInst->getOpcode() : 0; 460 int SecLastOpcode = SecondLastInst ? SecondLastInst->getOpcode() : 0; 466 !SecondLastInst->getOperand(0).isMBB()) 476 if (LastInst && !SecondLastInst) { 508 bool SecLastOpcodeHasNVJump = isNewValueJump(*SecondLastInst); 510 if (!SecondLastInst->getOperand(1).isMBB()) 512 TBB = SecondLastInst->getOperand(1).getMBB(); 513 Cond.push_back(MachineOperand::CreateImm(SecondLastInst->getOpcode())); 514 Cond.push_back(SecondLastInst->getOperand(0)); 521 (SecondLastInst->getNumExplicitOperands() == 3) && 523 TBB = SecondLastInst->getOperand(2).getMBB(); 524 Cond.push_back(MachineOperand::CreateImm(SecondLastInst->getOpcode())); 525 Cond.push_back(SecondLastInst->getOperand(0)); 526 Cond.push_back(SecondLastInst->getOperand(1)); 534 TBB = SecondLastInst->getOperand(0).getMBB(); 543 TBB = SecondLastInst->getOperand(0).getMBB(); 544 Cond.push_back(MachineOperand::CreateImm(SecondLastInst->getOpcode())); 545 Cond.push_back(SecondLastInst->getOperand(0));