Searched refs:LastRootIt (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopRerollPass.cpp1223 auto LastRootIt = Uses.begin(); local
1237 LastRootIt = RootIt;
1280 // that we visit nodes, LastRootIt might be *before* RootIt, in which
1283 for (; LastRootIt < RootIt; ++LastRootIt) {
1284 Instruction *I = LastRootIt->first;
1285 if (LastRootIt->second.find_first() < (int)Iter)
1405 LastRootIt = RootIt;

Completed in 59 milliseconds