Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
DAnalysis.h114 bool attributesPermitTailCall(const Function *F, const Instruction *I,
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DAnalysis.cpp509 bool llvm::attributesPermitTailCall(const Function *F, const Instruction *I, in attributesPermitTailCall() function in llvm
563 if (!attributesPermitTailCall(F, I, Ret, TLI, &AllowDifferingSizes)) in returnTypeIsEligibleForTailCall()
DCodeGenPrepare.cpp1838 attributesPermitTailCall(F, CI, RetI, *TLI)) in dupRetToEnableTailCallOpts()
1856 attributesPermitTailCall(F, CI, RetI, *TLI)) in dupRetToEnableTailCallOpts()