Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DAddressSanitizer.cpp3040 SmallPtrSet<Value *, 16> TempsToInstrument; in instrumentFunction() local
3050 TempsToInstrument.clear(); in instrumentFunction()
3068 if (TempsToInstrument.count(Ptr)) in instrumentFunction()
3071 if (!TempsToInstrument.insert(Ptr).second) in instrumentFunction()
3090 TempsToInstrument.clear(); in instrumentFunction()