Lines Matching defs:limit_c
783 Node *limit_c = phase->get_ctrl(limit);
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);
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 == ctrl ) {