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

/openjdk7/hotspot/src/share/vm/opto/
H A Dloopnode.cpp3220 //------------------------------get_late_ctrl----------------------------------
3222 Node *PhaseIdealLoop::get_late_ctrl( Node *n, Node *early ) { function in class:PhaseIdealLoop
3290 // Since get_late_ctrl() is only called once for each node, the tag array
3291 // does not need to be cleared between calls to get_late_ctrl().
3492 Node *LCA = get_late_ctrl( n, early );

Completed in 42 milliseconds