Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/WebAssembly/
H A DWebAssemblySubtarget.h102 bool hasTailCall() const { return HasTailCall; } in hasTailCall() function
/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/
H A DMachineFrameInfo.h658 bool hasTailCall() const { return HasTailCall; } in hasTailCall() function
/openbsd-src/gnu/llvm/llvm/lib/Target/Hexagon/
H A DHexagonFrameLowering.cpp339 static bool hasTailCall(const MachineBasicBlock &MBB) { in hasTailCall() function