Home
last modified time | relevance | path

Searched defs:supportsTailCalls (Results 1 – 4 of 4) sorted by relevance

/freebsd-src/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyTargetTransformInfo.cpp142 bool WebAssemblyTTIImpl::supportsTailCalls() const { supportsTailCalls() function in WebAssemblyTTIImpl
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DTargetTransformInfoImpl.h364 bool supportsTailCalls() const { return true; } supportsTailCalls() function
H A DTargetTransformInfo.h2410 bool supportsTailCalls() override { return Impl.supportsTailCalls(); } supportsTailCalls() function
/freebsd-src/contrib/llvm-project/llvm/lib/Analysis/
H A DTargetTransformInfo.cpp585 bool TargetTransformInfo::supportsTailCalls() const { supportsTailCalls() function in TargetTransformInfo