src/share/vm/opto/loopnode.hpp
Index Unified diffs Context diffs Sdiffs Wdiffs Patch New Old Previous File Next File
*** old/src/share/vm/opto/loopnode.hpp	Tue Jul 26 12:22:04 2011
--- new/src/share/vm/opto/loopnode.hpp	Tue Jul 26 12:22:04 2011

*** 1007,1017 **** --- 1007,1017 ---- Node *split_if_with_blocks_pre ( Node *n ); void split_if_with_blocks_post( Node *n ); Node *has_local_phi_input( Node *n ); // Mark an IfNode as being dominated by a prior test, // without actually altering the CFG (and hence IDOM info). ! void dominated_by( Node *prevdom, Node *iff, bool flip = false, bool exclude_loop_predicate = false ); // Split Node 'n' through merge point Node *split_thru_region( Node *n, Node *region ); // Split Node 'n' through merge point if there is enough win. Node *split_thru_phi( Node *n, Node *region, int policy );

src/share/vm/opto/loopnode.hpp
Index Unified diffs Context diffs Sdiffs Wdiffs Patch New Old Previous File Next File