Home | History | Annotate | Download | only in Scalar

Lines Matching refs:Visited

171   BBSet Visited;
293 if (Visited.count(Exit))
304 if (Visited.count(Succ))
385 if (Visited.count(*PI)) {
390 if (Visited.count(Other) && !Loops.count(Other) &&
417 if (Visited.count(Entry))
434 // Reset the visited nodes
435 Visited.clear();
444 Visited.insert((*OI)->getEntry());
722 Visited.insert(Node->getEntry());
745 while (!Order.empty() && !Visited.count(LoopEnd) &&
770 while (!Visited.count(LoopEnd)) {
809 Visited.clear();
876 Visited.clear();