Searched refs:TempsToInstrument (Results 1 – 2 of 2) sorted by relevance
1791 SmallSet<Value *, 16> TempsToInstrument; in runOnFunction() local1806 TempsToInstrument.clear(); in runOnFunction()1813 if (!TempsToInstrument.insert(Addr).second) in runOnFunction()1827 TempsToInstrument.clear(); in runOnFunction()
2489 SmallPtrSet<Value *, 16> TempsToInstrument; in runOnFunction() local2504 TempsToInstrument.clear(); in runOnFunction()2516 if (TempsToInstrument.count(Addr)) in runOnFunction()2519 if (!TempsToInstrument.insert(Addr).second) in runOnFunction()2534 TempsToInstrument.clear(); in runOnFunction()