reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
191 if (Root.lookup(Start) == 0) 205 Root[I] = ++DFSNum; 210 if (Root.lookup(Op) == 0) 213 Root[I] = std::min(Root.lookup(I), Root.lookup(Op)); 213 Root[I] = std::min(Root.lookup(I), Root.lookup(Op)); 213 Root[I] = std::min(Root.lookup(I), Root.lookup(Op)); 220 if (Root.lookup(I) == OurDFS) { 229 while (!Stack.empty() && Root.lookup(Stack.back()) >= OurDFS) {