Searched refs:loopexit (Results 1 - 6 of 6) sorted by relevance

/openjdk7/hotspot/src/share/vm/opto/
H A Dloopnode.hpp173 CountedLoopEndNode *loopexit() const;
273 if (ln->is_CountedLoop() && ln->as_CountedLoop()->loopexit() == this) {
285 inline CountedLoopEndNode *CountedLoopNode::loopexit() const { function in class:CountedLoopNode
293 inline Node *CountedLoopNode::init_trip() const { return loopexit() ? loopexit()->init_trip() : NULL; }
294 inline Node *CountedLoopNode::stride() const { return loopexit() ? loopexit()->stride() : NULL; }
295 inline int CountedLoopNode::stride_con() const { return loopexit() ? loopexit()->stride_con() : 0; }
296 inline bool CountedLoopNode::stride_is_con() const { return loopexit()
[all...]
H A DloopTransform.cpp80 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()
[all...]
H A DloopPredicate.cpp724 BoolTest::mask bt = cl->loopexit()->test_trip();
H A Dloopnode.cpp69 CountedLoopEndNode* le = l->loopexit();
785 assert(l == loop->_head && l->phi() == phi && l->loopexit() == lex, "" );
813 BoolTest::mask bt = cl->loopexit()->test_trip();
H A Dloopopts.cpp2724 CountedLoopEndNode *cle = cl->loopexit();
H A Dsuperword.cpp82 Node *cl_exit = cl->loopexit();

Completed in 6451 milliseconds