Home
last modified time | relevance | path

Searched refs:attributesPermitTailCall (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/llvm/test/CodeGen/AArch64/
H A Dtail-call-unused-zext.ll5 ; dupRetToEnableTailCallOpts, which calls attributesPermitTailCall to check if
/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DAnalysis.h124 bool attributesPermitTailCall(const Function *F, const Instruction *I,
/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DAnalysis.cpp568 bool llvm::attributesPermitTailCall(const Function *F, const Instruction *I, in attributesPermitTailCall() function in llvm
657 if (!attributesPermitTailCall(F, I, Ret, TLI, &AllowDifferingSizes)) in returnTypeIsEligibleForTailCall()
H A DCodeGenPrepare.cpp2396 attributesPermitTailCall(F, CI, RetI, *TLI)) in dupRetToEnableTailCallOpts()
2407 attributesPermitTailCall(F, CI, RetI, *TLI)) in dupRetToEnableTailCallOpts()