reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
1224 while (BaseIt != Uses.end() && RootIt != Uses.end()) { 1226 Instruction *RootInst = RootIt->first; 1236 LastRootIt = RootIt; 1238 RootIt = nextInstr(Iter, Uses, Visited); 1254 auto TryIt = RootIt; 1263 if (TryIt == Uses.end() || TryIt == RootIt || 1264 instrDependsOn(TryIt->first, RootIt, TryIt)) { 1270 RootIt = TryIt; 1282 for (; LastRootIt < RootIt; ++LastRootIt) { 1301 if (RootIt->second.count() > 1) { 1404 LastRootIt = RootIt; 1408 RootIt = nextInstr(Iter, Uses, Visited); 1410 assert(BaseIt == Uses.end() && RootIt == Uses.end() &&