Searched refs:supportsTailCall (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMSubtarget.h816 bool supportsTailCall() const { return SupportsTailCall; } function in class:llvm::ARMSubtarget
H A DARMISelLowering.cpp2229 if (!Subtarget->supportsTailCall())
2767 assert(Subtarget->supportsTailCall());
3179 if (!Subtarget->supportsTailCall())

Completed in 199 milliseconds