Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/WebAssembly/
HDWebAssemblySubtarget.h108 bool hasTailCall() const { return HasTailCall; } in hasTailCall() function
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/IR/
HDModuleSummaryIndex.h93 bool hasTailCall() const { return HasTailCall; } in hasTailCall() function
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
HDMachineFrameInfo.h646 bool hasTailCall() const { return HasTailCall; } in hasTailCall() function
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
HDHexagonFrameLowering.cpp342 static bool hasTailCall(const MachineBasicBlock &MBB) { in hasTailCall() function