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.cpp180 int phi_idx = idx; in process_live_temps_per_block() local
181 while (phi_idx >= 0) { in process_live_temps_per_block()
182 register_demand[phi_idx] = new_demand; in process_live_temps_per_block()
183 Instruction* insn = block->instructions[phi_idx].get(); in process_live_temps_per_block()
188 phi_idx--; in process_live_temps_per_block()
207 phi_idx--; in process_live_temps_per_block()
232 phi_idx = idx; in process_live_temps_per_block()
233 while (phi_idx >= 0) { in process_live_temps_per_block()
234 Instruction* insn = block->instructions[phi_idx].get(); in process_live_temps_per_block()
260 phi_idx--; in process_live_temps_per_block()