reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
881 for (auto BBIt = ++F.begin(); BBIt != F.end(); ++BBIt) { 881 for (auto BBIt = ++F.begin(); BBIt != F.end(); ++BBIt) { 883 if (auto *const Phi = dyn_cast<PHINode>(&*BBIt->begin()))