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

References

lib/Target/Mips/MipsInstrInfo.cpp
  226     SecondLastInst = &*I;
  227     SecondLastOpc = getAnalyzableBrOpc(SecondLastInst->getOpcode());
  230     if (isUnpredicatedTerminator(*SecondLastInst) && !SecondLastOpc)
  252   BranchInstrs.insert(BranchInstrs.begin(), SecondLastInst);
  256   if (SecondLastInst->isUnconditionalBranch()) {
  261     TBB = SecondLastInst->getOperand(0).getMBB();
  272   AnalyzeCondBr(SecondLastInst, SecondLastOpc, TBB, Cond);