Home
last modified time | relevance | path

Searched refs:isInstrumentable (Results 1 – 4 of 4) sorted by relevance

/external/swiftshader/third_party/subzero/src/
DIceASanInstrumentation.h49 bool isInstrumentable(Cfg *Func) override;
DIceInstrumentation.h56 virtual bool isInstrumentable(Cfg *) { return true; } in isInstrumentable() function
DIceInstrumentation.cpp32 if (!isInstrumentable(Func)) in instrumentFunc()
DIceASanInstrumentation.cpp76 bool ASanInstrumentation::isInstrumentable(Cfg *Func) { in isInstrumentable() function in Ice::ASanInstrumentation