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.cpp2179 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() local
2243 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()