Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/
DWebAssemblySubtarget.h106 bool hasTailCall() const { return HasTailCall; } in hasTailCall() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DMachineFrameInfo.h607 bool hasTailCall() const { return HasTailCall; } in hasTailCall() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
DHexagonFrameLowering.cpp336 static bool hasTailCall(const MachineBasicBlock &MBB) { in hasTailCall() function