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

References

lib/Target/X86/X86ISelLowering.cpp
 2985     return canGuaranteeTCO(CC);
 2992   return (GuaranteedTailCallOpt && canGuaranteeTCO(CC)) || CC == CallingConv::Tail;
 3191       !(isVarArg && canGuaranteeTCO(CallConv)) &&
 3493     if (!Is64Bit && !canGuaranteeTCO(CallConv) &&
 3674   assert(!(isVarArg && canGuaranteeTCO(CallConv)) &&
 3699   else if (IsGuaranteeTCO && canGuaranteeTCO(CallConv))
 4119   else if (!Is64Bit && !canGuaranteeTCO(CallConv) &&
 4334     if (canGuaranteeTCO(CalleeCC) && CCMatch)