reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/Target/AArch64/AArch64InstrInfo.cpp
  129   switch (LastInst->getOpcode()) {
  133     Target = LastInst->getOperand(1).getMBB();
  134     Cond.push_back(LastInst->getOperand(0));
  140     Target = LastInst->getOperand(1).getMBB();
  142     Cond.push_back(MachineOperand::CreateImm(LastInst->getOpcode()));
  143     Cond.push_back(LastInst->getOperand(0));
  149     Target = LastInst->getOperand(2).getMBB();
  151     Cond.push_back(MachineOperand::CreateImm(LastInst->getOpcode()));
  152     Cond.push_back(LastInst->getOperand(0));
  153     Cond.push_back(LastInst->getOperand(1));