Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/M68k/
H A DM68kISelLowering.cpp240 static bool shouldGuaranteeTCO(CallingConv::ID CC, bool GuaranteedTailCallOpt) { in shouldGuaranteeTCO() function
414 bool AlwaysUseMutable = shouldGuaranteeTCO( in LowerMemArgument()
963 if (shouldGuaranteeTCO(CCID, MF.getTarget().Options.GuaranteedTailCallOpt)) in LowerFormalArguments()
/llvm-project-15.0.7/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp3620 static bool shouldGuaranteeTCO(CallingConv::ID CC, bool GuaranteedTailCallOpt) { in shouldGuaranteeTCO() function
3644 bool AlwaysUseMutable = shouldGuaranteeTCO( in LowerMemArgument()
4199 if (shouldGuaranteeTCO(CallConv, in LowerFormalArguments()
4420 shouldGuaranteeTCO(CallConv, in LowerCall()
5411 if (!IsVarArg && shouldGuaranteeTCO(CallingConv, GuaranteeTCO)) in isCalleePop()