reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/Transforms/Scalar/LoopRerollPass.cpp
 1256         while (TryIt != Uses.end() &&
 1257                !BaseInst->isSameOperationAs(TryIt->first) &&
 1259           ++TryIt;
 1260           TryIt = nextInstr(Iter, Uses, Visited, &TryIt);
 1260           TryIt = nextInstr(Iter, Uses, Visited, &TryIt);
 1263         if (TryIt == Uses.end() || TryIt == RootIt ||
 1263         if (TryIt == Uses.end() || TryIt == RootIt ||
 1264             instrDependsOn(TryIt->first, RootIt, TryIt)) {
 1264             instrDependsOn(TryIt->first, RootIt, TryIt)) {
 1270         RootIt = TryIt;
 1271         RootInst = TryIt->first;