Searched refs:while_index (Results 1 – 3 of 3) sorted by relevance
2728 for (int while_index = 0, e = while_op.getNumOperands(); while_index < e; in matchAndRewrite() local2729 ++while_index) { in matchAndRewrite()2730 auto value = while_op.getOperand(while_index); in matchAndRewrite()2735 while_op.getResult(while_index).use_empty()) { in matchAndRewrite()2741 removed_operand[while_index] = true; in matchAndRewrite()2744 new_body_yield.push_back(yield.getOperand(while_index)); in matchAndRewrite()2745 auto type = while_op.getResult(while_index).getType(); in matchAndRewrite()
1223 int while_index = 0; in __kmp_dispatch_next_algorithm() local1230 while ((!status) && (while_limit != ++while_index)) { in __kmp_dispatch_next_algorithm()1281 while_index = 0; in __kmp_dispatch_next_algorithm()1322 int while_index = 0; in __kmp_dispatch_next_algorithm() local1329 while ((!status) && (while_limit != ++while_index)) { in __kmp_dispatch_next_algorithm()1376 while_index = 0; in __kmp_dispatch_next_algorithm()
154 // `while_op.getResult(while_index).use_empty()` in the tfl.while157 // and while_index = 1. Make arg1 use empty in block and condition, but not in