Home
last modified time | relevance | path

Searched refs:instrumentAlloca (Results 1 – 3 of 3) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
DIceInstrumentation.h58 virtual void instrumentAlloca(LoweringContext &, class InstAlloca *) {} in instrumentAlloca() function
DIceInstrumentation.cpp64 instrumentAlloca(Context, llvm::cast<InstAlloca>(Instr)); in instrumentInst()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/
DMemorySanitizer.cpp1309 instrumentAlloca(*Item.second, Item.first); in runOnFunction()
1316 instrumentAlloca(*AI); in runOnFunction()
3529 void instrumentAlloca(AllocaInst &I, Instruction *InsPoint = nullptr) { in instrumentAlloca() function