Home
last modified time | relevance | path

Searched refs:shouldGuaranteeTCO (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLoweringCall.cpp1276 static bool shouldGuaranteeTCO(CallingConv::ID CC, bool GuaranteedTailCallOpt) { in shouldGuaranteeTCO() function
1300 bool AlwaysUseMutable = shouldGuaranteeTCO( in LowerMemArgument()
1856 if (shouldGuaranteeTCO(CallConv, in LowerFormalArguments()
2087 shouldGuaranteeTCO(CallConv, in LowerCall()
2924 if (!IsVarArg && shouldGuaranteeTCO(CallingConv, GuaranteeTCO)) in isCalleePop()
/freebsd/contrib/llvm-project/llvm/lib/Target/M68k/
H A DM68kISelLowering.cpp290 static bool shouldGuaranteeTCO(CallingConv::ID CC, bool GuaranteedTailCallOpt) { in shouldGuaranteeTCO() function
464 bool AlwaysUseMutable = shouldGuaranteeTCO( in LowerMemArgument()
1011 if (shouldGuaranteeTCO(CCID, MF.getTarget().Options.GuaranteedTailCallOpt)) in LowerFormalArguments()