Home
last modified time | relevance | path

Searched refs:ChangedAA (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DAttributor.cpp2172 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() local
2235 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()