Home | History | Annotate | Download | only in Scalar

Lines Matching refs:Visited

176   BBSet Visited;
296 // for outer loops will be visited before backedges for inner loops.
318 // Make sure we have visited all blocks in this loop before moving back to
353 if (Visited.count(Exit))
362 if (Visited.count(Succ))
442 if (Visited.count(*PI)) {
447 if (Visited.count(Other) && !Loops.count(Other) &&
474 if (Visited.count(Entry))
491 // Reset the visited nodes
492 Visited.clear();
505 Visited.insert((*OI)->getEntry());
783 Visited.insert(Node->getEntry());
806 while (!Order.empty() && !Visited.count(LoopEnd) &&
831 while (!Visited.count(LoopEnd)) {
870 Visited.clear();
938 Visited.clear();