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

/external/llvm/lib/Target/ARM/
H A DARMSubtarget.h251 bool supportsTailCall() const { return SupportsTailCall; } function in class:llvm::ARMSubtarget
H A DARMISelLowering.cpp1312 if (!EnableARMTailCalls && !Subtarget->supportsTailCall())
2016 if (!EnableARMTailCalls && !Subtarget->supportsTailCall())

Completed in 627 milliseconds