Searched refs:remaining_phi_placeholders (Results 1 – 1 of 1) sorted by relevance
2343 size_t remaining_phi_placeholders = num_phi_placeholders; in MaterializeLoopPhis() local2344 while (remaining_phi_placeholders != 0u) { in MaterializeLoopPhis()2346 DCHECK_LE(*it, remaining_phi_placeholders); in MaterializeLoopPhis()2378 remaining_phi_placeholders -= current_num_dependencies; in MaterializeLoopPhis()