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

References

lib/CodeGen/GlobalISel/CallLowering.cpp
   67   Info.IsTailCall = CS.isTailCall() &&
lib/CodeGen/GlobalISel/LegalizerHelper.cpp
  437   Info.IsTailCall = MI.getOperand(MI.getNumOperands() - 1).getImm() == 1 &&
  445     assert(Info.IsTailCall && "Lowered tail call when it wasn't a tail call?");
lib/Target/AArch64/AArch64CallLowering.cpp
  666   if (!Info.IsTailCall)