Home
last modified time | relevance | path

Searched defs:isInstrumentable (Results 1 – 2 of 2) sorted by relevance

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