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.cpp2983 SmallPtrSet<Value *, 16> TempsToInstrument; in instrumentFunction() local
2993 TempsToInstrument.clear(); in instrumentFunction()
3011 if (TempsToInstrument.count(Ptr)) in instrumentFunction()
3014 if (!TempsToInstrument.insert(Ptr).second) in instrumentFunction()
3033 TempsToInstrument.clear(); in instrumentFunction()