Searched refs:ChangedAA (Results 1 – 1 of 1) sorted by relevance
2172 for (AbstractAttribute *ChangedAA : ChangedAAs) { in runTillFixpoint()2173 for (auto &DepIt : ChangedAA->Deps) in runTillFixpoint()2175 ChangedAA->Deps.clear(); in runTillFixpoint()2234 AbstractAttribute *ChangedAA = ChangedAAs[u]; in runTillFixpoint() local2235 if (!Visited.insert(ChangedAA).second) in runTillFixpoint()2238 AbstractState &State = ChangedAA->getState(); in runTillFixpoint()2245 for (auto &DepIt : ChangedAA->Deps) in runTillFixpoint()2247 ChangedAA->Deps.clear(); in runTillFixpoint()