Searched refs:attributesPermitTailCall (Results 1 – 3 of 3) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/ |
D | Analysis.h | 114 bool attributesPermitTailCall(const Function *F, const Instruction *I,
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/ |
D | Analysis.cpp | 509 bool llvm::attributesPermitTailCall(const Function *F, const Instruction *I, in attributesPermitTailCall() function in llvm 563 if (!attributesPermitTailCall(F, I, Ret, TLI, &AllowDifferingSizes)) in returnTypeIsEligibleForTailCall()
|
D | CodeGenPrepare.cpp | 1838 attributesPermitTailCall(F, CI, RetI, *TLI)) in dupRetToEnableTailCallOpts() 1856 attributesPermitTailCall(F, CI, RetI, *TLI)) in dupRetToEnableTailCallOpts()
|