Searched refs:TempsToInstrument (Results 1 – 1 of 1) sorted by relevance
2526 SmallPtrSet<Value *, 16> TempsToInstrument; in runOnFunction() local2541 TempsToInstrument.clear(); in runOnFunction()2553 if (TempsToInstrument.count(Addr)) in runOnFunction()2556 if (!TempsToInstrument.insert(Addr).second) in runOnFunction()2571 TempsToInstrument.clear(); in runOnFunction()