Searched defs:unvisited (Results 1 - 1 of 1) sorted by relevance

/openjdk7/hotspot/src/share/vm/opto/
H A Dgcm.cpp788 // Instead I visit all users each time, scanning for unvisited users.
789 // I visit unvisited not-anti-dependence users first, then anti-dependent
804 Node *unvisited = NULL; // Unvisited anti-dependent Node, if any local
806 // Scan for unvisited nodes
826 unvisited = n; // Found unvisited
833 // Did I find an unvisited not-anti-dependent Node?
834 if ( !unvisited )
837 // Visit the unvisited Node. Contains the obvious push to
841 self = unvisited;
[all...]

Completed in 34 milliseconds