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

/openjdk7/hotspot/src/share/vm/opto/
H A DloopTransform.cpp888 CountedLoopEndNode *main_end = main_head->loopexit(); local
889 assert( main_end->outcnt() == 2, "1 true, 1 false path only" );
895 Node *incr = main_end ->incr();
896 Node *limit = main_end ->limit();
897 Node *stride = main_end ->stride();
898 Node *cmp = main_end ->cmp_node();
899 BoolTest::mask b_test = main_end->test_trip();
902 Node *bol = main_end->in(CountedLoopEndNode::TestValue);
905 register_new_node(bol,main_end->in(CountedLoopEndNode::TestControl));
906 _igvn.hash_delete(main_end);
[all...]

Completed in 58 milliseconds