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

/openjdk7/hotspot/src/share/vm/opto/
H A DloopTransform.cpp886 CountedLoopNode *main_head = loop->_head->as_CountedLoop(); local
887 assert( main_head->is_normal_loop(), "" );
888 CountedLoopEndNode *main_end = main_head->loopexit();
890 uint dd_main_head = dom_depth(main_head);
891 uint max = main_head->outcnt();
893 Node *pre_header= main_head->in(LoopNode::EntryControl);
894 Node *init = main_head->init_trip();
927 CountedLoopNode *post_head = old_new[main_head->_idx]->as_CountedLoop();
928 post_head->set_post_loop(main_head);
974 Node_Stack clones(a, main_head
[all...]
H A Dsuperword.cpp1981 CountedLoopNode *main_head = lp()->as_CountedLoop(); local
1982 assert(main_head->is_main_loop(), "");
1983 CountedLoopEndNode* pre_end = get_pre_loop_end(main_head);

Completed in 39 milliseconds