Lines Matching refs:EntryControl

583   Node* entry = head->in(LoopNode::EntryControl);  in do_peeling()
597 head->skip_strip_mined()->set_req(LoopNode::EntryControl, new_entry); in do_peeling()
606 old->set_req(LoopNode::EntryControl, new_exit_value); in do_peeling()
1080 Node* current_proj = outer_main_head->in(LoopNode::EntryControl); in duplicate_predicates_helper()
1101 _igvn.replace_input_of(outer_main_head, LoopNode::EntryControl, prev_proj); in duplicate_predicates_helper()
1224 Node* entry = pre_head->in(LoopNode::EntryControl); in duplicate_predicates()
1266 Node *pre_header= main_head->in(LoopNode::EntryControl); in insert_pre_post_loops()
1352 outer_main_head->set_req(LoopNode::EntryControl, min_taken); in insert_pre_post_loops()
1365 … main_head->skip_strip_mined()->in(LoopNode::EntryControl), in insert_pre_post_loops()
1369 main_phi->set_req( LoopNode::EntryControl, fallpre ); in insert_pre_post_loops()
1387 register_new_node(opaque_castii, outer_main_head->in(LoopNode::EntryControl)); in insert_pre_post_loops()
1575 assert(outer_loop->_head == main_head->in(LoopNode::EntryControl), "broken loop tree"); in insert_post_loop()
1631 post_head->set_req(LoopNode::EntryControl, zer_taken); in insert_post_loop()
1648 cur_phi->set_req(LoopNode::EntryControl, fallnew); in insert_post_loop()
1706 _igvn.replace_input_of(outer_loop_head, LoopNode::EntryControl, prev_proj); in update_skeleton_predicates()
1745 Node *ctrl = loop_head->skip_strip_mined()->in(LoopNode::EntryControl); in do_unroll()
1937 phi ->set_req(LoopNode:: EntryControl, newphi->in(LoopNode::LoopBackControl)); in do_unroll()
1944 loop_head ->set_req(LoopNode:: EntryControl, clone_head->in(LoopNode::LoopBackControl)); in do_unroll()
1949 set_idom(loop_head, loop_head ->in(LoopNode::EntryControl), dd); in do_unroll()
1950 set_idom(clone_head, clone_head->in(LoopNode::EntryControl), dd); in do_unroll()
2426 Node *pre_ctrl = pre_end->loopnode()->in(LoopNode::EntryControl); in do_range_check()
2457 Node* predicate_proj = cl->skip_strip_mined()->in(LoopNode::EntryControl); in do_range_check()
2630 if (predicate_proj != cl->skip_strip_mined()->in(LoopNode::EntryControl)) { in do_range_check()
2631 _igvn.replace_input_of(cl->skip_strip_mined(), LoopNode::EntryControl, predicate_proj); in do_range_check()
2715 Node* ctrl = legacy_cl->in(LoopNode::EntryControl); in multi_version_post_loops()
2737 ctrl = rce_cl->in(LoopNode::EntryControl); in multi_version_post_loops()
2808 Node* ctrl = rce_cl->in(LoopNode::EntryControl); in poison_rce_post_loop()
3059 phase->register_new_node(final,cl->in(LoopNode::EntryControl)); in policy_do_remove_empty_loop()
3636 call->init_req(TypeFunc::Memory, mem_phi->in(LoopNode::EntryControl)); in intrinsify_fill()