Home
last modified time | relevance | path

Searched refs:phi_idx (Results 1 – 1 of 1) sorted by relevance

/third_party/mesa3d/src/amd/compiler/
Daco_live_var_analysis.cpp196 int phi_idx = idx; in process_live_temps_per_block() local
197 while (phi_idx >= 0) { in process_live_temps_per_block()
198 register_demand[phi_idx] = new_demand; in process_live_temps_per_block()
199 Instruction* insn = block->instructions[phi_idx].get(); in process_live_temps_per_block()
204 phi_idx--; in process_live_temps_per_block()
223 phi_idx--; in process_live_temps_per_block()
248 phi_idx = idx; in process_live_temps_per_block()
249 while (phi_idx >= 0) { in process_live_temps_per_block()
250 Instruction* insn = block->instructions[phi_idx].get(); in process_live_temps_per_block()
276 phi_idx--; in process_live_temps_per_block()