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

/openjdk7/hotspot/src/share/vm/opto/
H A DloopTransform.cpp783 Node *limit_c = phase->get_ctrl(limit); local
784 if( limit_c == phase->C->top() )
786 if( is_member(phase->get_loop(limit_c) ) ) {
790 limit_c = phase->get_ctrl(limit);
791 if( is_member(phase->get_loop(limit_c) ) )
1843 Node *limit_c = get_ctrl(limit); local
1844 if( loop->is_member(get_loop(limit_c) ) ) {
1849 limit_c = get_ctrl(limit);
1850 if( loop->is_member(get_loop(limit_c) ) )
1858 if( limit_c
[all...]

Completed in 54 milliseconds