Lines Matching full:visited
480 // We track the number of successors of a node which have been visited, and
481 // visit a node once we have visited all of its successors. Only edges where
507 // * Block 7 is not visited because we have only visited one of its two
509 // * Block 8 is visited because we've visited its only successor.
511 // * Block 7 is visited because we've now visited both of its successors.
513 // * Blocks 1, 2, 4, 5, and 6 are not visited because we didn't visit all
515 visited because it initializes 'n'.
516 // Now the algorithm terminates, having visited blocks 7 and 8, and having
525 // Specify that we've already visited all successors of the starting block.
542 // successors as having been visited.