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

/openjdk7/hotspot/src/share/vm/opto/
H A Dlcm.cpp895 static void catch_cleanup_fix_all_inputs(Node *use, Node *old_def, Node *new_def) { argument
899 use->set_req(l, new_def);
902 use->add_prec(new_def);
1001 Node *new_def = catch_cleanup_find_cloned_def(use_blk, def, def_blk, bbs, n_clone_idx);
1002 catch_cleanup_fix_all_inputs(use, def, new_def);

Completed in 696 milliseconds