Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DCallSiteSplitting.cpp309 bool IsMustTailCall = CB.isMustTailCall(); in splitCallSite() local
316 if (!IsMustTailCall && !CB.use_empty()) { in splitCallSite()
354 if (IsMustTailCall) in splitCallSite()
361 if (IsMustTailCall) { in splitCallSite()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DCallLowering.h122 bool IsMustTailCall = false; member
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AArch64/GISel/
H A DAArch64CallLowering.cpp985 if (Info.IsVarArg && Info.IsMustTailCall) { in lowerTailCall()
1058 if (Info.IsMustTailCall && !CanTailCallOpt) { in lowerCall()
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.h556 bool IsMustTailCall, const BasicBlock *EHPadBB = nullptr);
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/AsmParser/
H A DLLParser.h489 PerFunctionState &PFS, bool IsMustTailCall = false,
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DCallLowering.cpp145 Info.IsMustTailCall = CB.isMustTailCall(); in lowerCall()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUCallLowering.cpp1276 if (Info.IsMustTailCall && !CanTailCallOpt) { in lowerCall()
/freebsd-13.1/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLParser.cpp2350 PerFunctionState &PFS, bool IsMustTailCall, in parseParameterList() argument
2364 if (!IsMustTailCall) in parseParameterList()
2392 if (IsMustTailCall && InVarArgsFunc) in parseParameterList()