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

/openjdk7/hotspot/src/share/vm/opto/
H A Dgcm.cpp200 //------------------------------schedule_early---------------------------------
204 bool PhaseCFG::schedule_early(VectorSet &visited, Node_List &roots) { function in class:PhaseCFG
379 // This is a variation of find_deepest_input, the heart of schedule_early.
384 // be earlier (at a shallower dom_depth) than the true schedule_early
409 // schedule_early calculation.
488 // and other inputs are first available. (Computed by schedule_early.)
495 // schedule_early block in that it could be at an even shallower depth in the
1275 if (!schedule_early(visited, stack)) {

Completed in 37 milliseconds