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.cpp1307 static bool shouldGuaranteeTCO(CallingConv::ID CC, bool GuaranteedTailCallOpt) { in shouldGuaranteeTCO() function
1331 bool AlwaysUseMutable = shouldGuaranteeTCO( in LowerMemArgument()
1887 if (shouldGuaranteeTCO(CallConv, in LowerFormalArguments()
2130 shouldGuaranteeTCO(CallConv, in LowerCall()
2986 if (!IsVarArg && shouldGuaranteeTCO(CallingConv, GuaranteeTCO)) in isCalleePop()
/freebsd/contrib/llvm-project/llvm/lib/Target/M68k/
H A DM68kISelLowering.cpp292 static bool shouldGuaranteeTCO(CallingConv::ID CC, bool GuaranteedTailCallOpt) { in shouldGuaranteeTCO() function
466 bool AlwaysUseMutable = shouldGuaranteeTCO( in LowerMemArgument()
1012 if (shouldGuaranteeTCO(CCID, MF.getTarget().Options.GuaranteedTailCallOpt)) in LowerFormalArguments()