Home
last modified time | relevance | path

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

/external/swiftshader/third_party/subzero/src/
DIceInstrumentation.h58 virtual void instrumentAlloca(LoweringContext &, class InstAlloca *) {} in instrumentAlloca()
DIceInst.cpp265 InstAlloca::InstAlloca(Cfg *Func, Variable *Dest, Operand *ByteCount, in InstAlloca() function in Ice::InstAlloca