Home
last modified time | relevance | path

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

/freebsd-9-stable/contrib/llvm/lib/Target/ARM/
DARMSubtarget.h330 bool supportsTailCall() const { return SupportsTailCall; } in supportsTailCall() function
DARMISelLowering.cpp1454 if (!EnableARMTailCalls && !Subtarget->supportsTailCall()) in LowerCall()
2313 if (!EnableARMTailCalls && !Subtarget->supportsTailCall()) in mayBeEmittedAsTailCall()