Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Instrumentation/
DAddressSanitizer.cpp1791 SmallSet<Value *, 16> TempsToInstrument; in runOnFunction() local
1806 TempsToInstrument.clear(); in runOnFunction()
1813 if (!TempsToInstrument.insert(Addr).second) in runOnFunction()
1827 TempsToInstrument.clear(); in runOnFunction()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Instrumentation/
DAddressSanitizer.cpp2489 SmallPtrSet<Value *, 16> TempsToInstrument; in runOnFunction() local
2504 TempsToInstrument.clear(); in runOnFunction()
2516 if (TempsToInstrument.count(Addr)) in runOnFunction()
2519 if (!TempsToInstrument.insert(Addr).second) in runOnFunction()
2534 TempsToInstrument.clear(); in runOnFunction()