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

References

lib/Target/Mips/MipsInstrInfo.cpp
  208   unsigned LastOpc = LastInst->getOpcode();
  209   BranchInstrs.push_back(LastInst);
  213     return LastInst->isIndirectBranch() ? BT_Indirect : BT_None;
  237     if (LastInst->isUnconditionalBranch()) {
  238       TBB = LastInst->getOperand(0).getMBB();
  243     AnalyzeCondBr(LastInst, LastOpc, TBB, Cond);
  262     LastInst->eraseFromParent();
  269   if (!LastInst->isUnconditionalBranch())
  273   FBB = LastInst->getOperand(0).getMBB();