Home
last modified time | relevance | path

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

/external/swiftshader/third_party/subzero/src/
DIceInstrumentation.h72 virtual void instrumentPhi(LoweringContext &, class InstPhi *) {} in instrumentPhi() function
DIceInstrumentation.cpp97 instrumentPhi(Context, llvm::cast<InstPhi>(Instr)); in instrumentInst()