HomeSort by: relevance | last modified time | path
    Searched refs:shouldGuaranteeTCO (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Target/M68k/
M68kISelLowering.cpp 237 static bool shouldGuaranteeTCO(CallingConv::ID CC, bool GuaranteedTailCallOpt) {
411 bool AlwaysUseMutable = shouldGuaranteeTCO(
957 if (shouldGuaranteeTCO(CCID, MF.getTarget().Options.GuaranteedTailCallOpt))
  /src/external/apache2/llvm/dist/llvm/lib/Target/X86/
X86ISelLowering.cpp 3214 static bool shouldGuaranteeTCO(CallingConv::ID CC, bool GuaranteedTailCallOpt) {
3238 bool AlwaysUseMutable = shouldGuaranteeTCO(
3789 if (shouldGuaranteeTCO(CallConv,
4975 if (!IsVarArg && shouldGuaranteeTCO(CallingConv, GuaranteeTCO))
    [all...]

Completed in 45 milliseconds