< prev index next >

src/share/vm/opto/loopnode.hpp

Print this page

        

*** 466,478 **** void counted_loop( PhaseIdealLoop *phase ); // Check for Node being a loop-breaking test Node *is_loop_exit(Node *iff) const; - // Returns true if ctrl is executed on every complete iteration - bool dominates_backedge(Node* ctrl); - // Remove simplistic dead code from loop body void DCE_loop_body(); // Look for loop-exit tests with my 50/50 guesses from the Parsing stage. // Replace with a 1-in-10 exit guess. --- 466,475 ----
< prev index next >