Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DAttributor.cpp2153 for (auto &DepIt : InvalidAA->Deps) { in runTillFixpoint() local
2155 if (DepIt.getInt() == unsigned(DepClassTy::OPTIONAL)) { in runTillFixpoint()
2176 for (auto &DepIt : ChangedAA->Deps) in runTillFixpoint() local
2177 Worklist.insert(cast<AbstractAttribute>(DepIt.getPointer())); in runTillFixpoint()
2249 for (auto &DepIt : ChangedAA->Deps) in runTillFixpoint() local
2250 ChangedAAs.push_back(cast<AbstractAttribute>(DepIt.getPointer())); in runTillFixpoint()
2328 auto DepIt = DG.SyntheticRoot.Deps.begin(); in manifestAttributes() local
2330 ++DepIt; in manifestAttributes()
2332 ++u, ++DepIt) { in manifestAttributes()
2334 << cast<AbstractAttribute>(DepIt->getPointer()) << " :: " in manifestAttributes()
[all …]