Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMSubtarget.h401 bool supportsTailCall() const { return SupportsTailCall; } in supportsTailCall() function
H A DARMISelLowering.cpp2406 if (!Subtarget->supportsTailCall()) in LowerCall()
3025 assert(Subtarget->supportsTailCall()); in IsEligibleForTailCallOptimization()
3442 if (!Subtarget->supportsTailCall()) in mayBeEmittedAsTailCall()