Home
last modified time | relevance | path

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

/external/llvm/lib/Target/ARM/
DARMSubtarget.h415 bool supportsTailCall() const { return SupportsTailCall; } in supportsTailCall() function
DARMISelLowering.cpp1477 if (!Subtarget->supportsTailCall() || MF.getTarget().Options.DisableTailCalls) in LowerCall()
2361 if (!Subtarget->supportsTailCall()) in mayBeEmittedAsTailCall()