Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/M68k/
H A DM68kISelLowering.cpp237 static bool shouldGuaranteeTCO(CallingConv::ID CC, bool GuaranteedTailCallOpt) { in shouldGuaranteeTCO() function
411 bool AlwaysUseMutable = shouldGuaranteeTCO( in LowerMemArgument()
957 if (shouldGuaranteeTCO(CCID, MF.getTarget().Options.GuaranteedTailCallOpt)) in LowerFormalArguments()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp3218 static bool shouldGuaranteeTCO(CallingConv::ID CC, bool GuaranteedTailCallOpt) { in shouldGuaranteeTCO() function
3242 bool AlwaysUseMutable = shouldGuaranteeTCO( in LowerMemArgument()
3784 if (shouldGuaranteeTCO(CallConv, in LowerFormalArguments()
4004 shouldGuaranteeTCO(CallConv, in LowerCall()
4972 if (!IsVarArg && shouldGuaranteeTCO(CallingConv, GuaranteeTCO)) in isCalleePop()