Home
last modified time | relevance | path

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

/external/swiftshader/third_party/subzero/src/
DIceInstrumentation.h77 virtual void instrumentSwitch(LoweringContext &, class InstSwitch *) {} in instrumentSwitch() function
DIceInstrumentation.cpp109 instrumentSwitch(Context, llvm::cast<InstSwitch>(Instr)); in instrumentInst()