Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/llvm/lib/Transforms/Instrumentation/
H A DAddressSanitizer.cpp1431 SmallSet<Value*, 16> TempsToInstrument; in runOnFunction() local
1443 TempsToInstrument.clear(); in runOnFunction()
1450 if (!TempsToInstrument.insert(Addr).second) in runOnFunction()
1465 TempsToInstrument.clear(); in runOnFunction()