Home
last modified time | relevance | path

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

/external/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()
/external/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
/external/llvm-project/llvm/lib/Transforms/Instrumentation/
DMemorySanitizer.cpp1325 instrumentAlloca(*Item.second, Item.first); in runOnFunction()
1332 instrumentAlloca(*AI); in runOnFunction()
3873 void instrumentAlloca(AllocaInst &I, Instruction *InsPoint = nullptr) { in instrumentAlloca() function