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.cpp2157 for (auto &DepIt : InvalidAA->Deps) { in runTillFixpoint() local
2158 AbstractAttribute *DepAA = cast<AbstractAttribute>(DepIt.getPointer()); in runTillFixpoint()
2159 if (DepIt.getInt() == unsigned(DepClassTy::OPTIONAL)) { in runTillFixpoint()
2180 for (auto &DepIt : ChangedAA->Deps) in runTillFixpoint() local
2181 Worklist.insert(cast<AbstractAttribute>(DepIt.getPointer())); in runTillFixpoint()
2253 for (auto &DepIt : ChangedAA->Deps) in runTillFixpoint() local
2254 ChangedAAs.push_back(cast<AbstractAttribute>(DepIt.getPointer())); in runTillFixpoint()
2332 auto DepIt = DG.SyntheticRoot.Deps.begin(); in manifestAttributes() local
2334 ++DepIt; in manifestAttributes()
2336 ++u, ++DepIt) { in manifestAttributes()
[all …]