Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Transforms/Instrumentation/
H A DEfficiencySanitizer.cpp174 bool instrumentGetElementPtr(Instruction *I, Module &M);
639 Res |= instrumentGetElementPtr(Inst, M); in runOnFunction()
732 bool EfficiencySanitizer::instrumentGetElementPtr(Instruction *I, Module &M) { in instrumentGetElementPtr() function in EfficiencySanitizer