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

References

lib/Target/X86/X86AvoidTrailingCall.cpp
   81       LastRealInstr = llvm::find_if(reverse(RMBB), isRealInstruction);
   82       if (LastRealInstr != RMBB.rend())
   87     if (LastRealInstr == MF.begin()->rend())
   93     if (isCallInstruction(*LastRealInstr)) {
   96         LastRealInstr->dump();
  100       MachineBasicBlock::iterator MBBI = std::next(LastRealInstr.getReverse());
  101       BuildMI(*LastRealInstr->getParent(), MBBI, LastRealInstr->getDebugLoc(),
  101       BuildMI(*LastRealInstr->getParent(), MBBI, LastRealInstr->getDebugLoc(),