Searched refs:ChangedAA (Results 1 – 1 of 1) sorted by relevance
2179 for (AbstractAttribute *ChangedAA : ChangedAAs) { in runTillFixpoint()2180 for (auto &DepIt : ChangedAA->Deps) in runTillFixpoint()2182 ChangedAA->Deps.clear(); in runTillFixpoint()2242 AbstractAttribute *ChangedAA = ChangedAAs[u]; in runTillFixpoint() local2243 if (!Visited.insert(ChangedAA).second) in runTillFixpoint()2246 AbstractState &State = ChangedAA->getState(); in runTillFixpoint()2253 for (auto &DepIt : ChangedAA->Deps) in runTillFixpoint()2255 ChangedAA->Deps.clear(); in runTillFixpoint()