Searched defs:supportsTailCalls (Results 1 – 4 of 4) sorted by relevance
/llvm-project/llvm/lib/Target/WebAssembly/ | ||
H A D | WebAssemblyTargetTransformInfo.cpp | 142 bool WebAssemblyTTIImpl::supportsTailCalls() const { supportsTailCalls() function in WebAssemblyTTIImpl |
/llvm-project/llvm/include/llvm/Analysis/ | ||
H A D | TargetTransformInfoImpl.h | 386 bool supportsTailCalls() const { return true; } supportsTailCalls() function |
H A D | TargetTransformInfo.h | 2476 bool supportsTailCalls() override { return Impl.supportsTailCalls(); } supportsTailCalls() function |
/llvm-project/llvm/lib/Analysis/ | ||
H A D | TargetTransformInfo.cpp | 607 bool TargetTransformInfo::supportsTailCalls() const { supportsTailCalls() function in TargetTransformInfo |