Home
last modified time | relevance | path

Searched refs:isTailcall (Results 1 – 2 of 2) sorted by relevance

/external/swiftshader/third_party/subzero/src/
DIceASanInstrumentation.cpp357 Instr->getDest(), NewFunc, Instr->isTailcall()); in instrumentCall()
DIceInst.h448 bool isTailcall() const { return HasTailCall; } in isTailcall() function