Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DMemorySanitizer.cpp1555 instrumentAlloca(*Item.second, Item.first); in runOnFunction()
1562 instrumentAlloca(*AI); in runOnFunction()
4658 void instrumentAlloca(AllocaInst &I, Instruction *InsPoint = nullptr) { in instrumentAlloca() function