Searched refs:attributesPermitTailCall (Results 1 – 4 of 4) sorted by relevance
| /llvm-project-15.0.7/llvm/test/CodeGen/AArch64/ |
| H A D | tail-call-unused-zext.ll | 5 ; dupRetToEnableTailCallOpts, which calls attributesPermitTailCall to check if
|
| /llvm-project-15.0.7/llvm/include/llvm/CodeGen/ |
| H A D | Analysis.h | 124 bool attributesPermitTailCall(const Function *F, const Instruction *I,
|
| /llvm-project-15.0.7/llvm/lib/CodeGen/ |
| H A D | Analysis.cpp | 568 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 D | CodeGenPrepare.cpp | 2396 attributesPermitTailCall(F, CI, RetI, *TLI)) in dupRetToEnableTailCallOpts() 2407 attributesPermitTailCall(F, CI, RetI, *TLI)) in dupRetToEnableTailCallOpts()
|