Home
last modified time | relevance | path

Searched refs:IsMustTailCall (Results 1 – 8 of 8) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DCallSiteSplitting.cpp306 bool IsMustTailCall = CB.isMustTailCall(); in splitCallSite() local
313 if (!IsMustTailCall && !CB.use_empty()) { in splitCallSite()
351 if (IsMustTailCall) in splitCallSite()
358 if (IsMustTailCall) { in splitCallSite()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DCallLowering.h126 bool IsMustTailCall = false; member
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AArch64/GISel/
H A DAArch64CallLowering.cpp1161 if (Info.IsVarArg && Info.IsMustTailCall) { in lowerTailCall()
1260 if (Info.IsMustTailCall && !CanTailCallOpt) { in lowerCall()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUCallLowering.cpp1382 Info.IsMustTailCall = true; in lowerChainCall()
1422 if (Info.IsMustTailCall && !CanTailCallOpt) { in lowerCall()
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.h404 bool IsMustTailCall, const BasicBlock *EHPadBB = nullptr);
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/AsmParser/
H A DLLParser.h555 PerFunctionState &PFS, bool IsMustTailCall = false,
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DCallLowering.cpp184 Info.IsMustTailCall = CB.isMustTailCall(); in lowerCall()
/freebsd-14.2/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLParser.cpp2900 PerFunctionState &PFS, bool IsMustTailCall, in parseParameterList() argument
2914 if (!IsMustTailCall) in parseParameterList()
2943 if (IsMustTailCall && InVarArgsFunc) in parseParameterList()