Home
last modified time | relevance | path

Searched defs:hasTailCall (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/
H A DWebAssemblySubtarget.h99 bool hasTailCall() const { return HasTailCall; } in hasTailCall() function
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DMachineFrameInfo.h604 bool hasTailCall() const { return HasTailCall; } in hasTailCall() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
H A DHexagonFrameLowering.cpp336 static bool hasTailCall(const MachineBasicBlock &MBB) { in hasTailCall() function