Lines Matching refs:loopexit
80 if (!phase->is_member(this, phase->get_ctrl(cl->loopexit()->in(CountedLoopEndNode::TestValue))))
84 BoolTest::mask bt = cl->loopexit()->test_trip();
888 CountedLoopEndNode *main_end = main_head->loopexit();
1148 CountedLoopEndNode *loop_end = loop_head->loopexit();
2004 Node *main_cle = cl->loopexit();
2093 if (!phase->is_member(this, phase->get_ctrl(cl->loopexit()->in(CountedLoopEndNode::TestValue))))
2130 if (bol->is_Bool() && bol->as_Bool()->_test._test == cl->loopexit()->test_trip()) {
2163 Node* cmp = cl->loopexit()->cmp_node();
2428 } else if (n->is_If() && n != head->loopexit()) {
2557 ok.set(head->loopexit()->_idx);
2560 ok.set(head->loopexit()->cmp_node()->_idx);
2561 ok.set(head->loopexit()->in(1)->_idx);
2573 if (n->is_IfTrue() && n->in(0) == head->loopexit()) continue;
2586 if (n == store || n == head->loopexit() || n == head->incr() || n == store->in(MemNode::Memory)) continue;
2746 Node* exit = head->loopexit()->proj_out(0);