Searched refs:handle_use (Results 1 - 2 of 2) sorted by relevance

/openjdk7/hotspot/src/share/vm/opto/
H A Dsplit_if.cpp359 //------------------------------handle_use-------------------------------------
371 void PhaseIdealLoop::handle_use( Node *use, Node *def, small_cache *cache, Node *region_dom, Node *new_false, Node *new_true, Node *old_false, Node *old_true ) { function in class:PhaseIdealLoop
516 handle_use(use, phi, &phi_cache, region_dom, new_false, new_true, old_false, old_true);
523 handle_use(phi, region, &region_cache, region_dom, new_false, new_true, old_false, old_true);
526 // self-cycle (which is needed by handle_use calling find_use_block
H A Dloopnode.hpp1054 void handle_use( Node *use, Node *def, small_cache *cache, Node *region_dom, Node *new_false, Node *new_true, Node *old_false, Node *old_true );

Completed in 64 milliseconds