Home
last modified time | relevance | path

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

/external/llvm/lib/Target/X86/
DX86ISelLowering.cpp2417 static bool shouldGuaranteeTCO(CallingConv::ID CC, bool GuaranteedTailCallOpt) { in shouldGuaranteeTCO() function
2443 bool AlwaysUseMutable = shouldGuaranteeTCO( in LowerMemArgument()
2702 if (shouldGuaranteeTCO(CallConv, in LowerFormalArguments()
3923 if (!IsVarArg && shouldGuaranteeTCO(CallingConv, GuaranteeTCO)) in isCalleePop()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/
DX86ISelLowering.cpp2796 static bool shouldGuaranteeTCO(CallingConv::ID CC, bool GuaranteedTailCallOpt) { in shouldGuaranteeTCO() function
2822 bool AlwaysUseMutable = shouldGuaranteeTCO( in LowerMemArgument()
3173 if (shouldGuaranteeTCO(CallConv, in LowerFormalArguments()
4468 if (!IsVarArg && shouldGuaranteeTCO(CallingConv, GuaranteeTCO)) in isCalleePop()