Searched refs:GlobalsToChange (Results 1 – 1 of 1) sorted by relevance
1299 SmallVector<GlobalVariable *, 16> GlobalsToChange; in InstrumentGlobals() local1302 if (ShouldInstrumentGlobal(&G)) GlobalsToChange.push_back(&G); in InstrumentGlobals()1305 size_t n = GlobalsToChange.size(); in InstrumentGlobals()1332 GlobalVariable *G = GlobalsToChange[i]; in InstrumentGlobals()