Home
last modified time | relevance | path

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

/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyTargetTransformInfo.cpp142 bool WebAssemblyTTIImpl::supportsTailCalls() const { supportsTailCalls() function in WebAssemblyTTIImpl
/llvm-project/llvm/include/llvm/Analysis/
H A DTargetTransformInfoImpl.h386 bool supportsTailCalls() const { return true; } supportsTailCalls() function
H A DTargetTransformInfo.h2476 bool supportsTailCalls() override { return Impl.supportsTailCalls(); } supportsTailCalls() function
/llvm-project/llvm/lib/Analysis/
H A DTargetTransformInfo.cpp607 bool TargetTransformInfo::supportsTailCalls() const { supportsTailCalls() function in TargetTransformInfo