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

/xsrc/external/mit/MesaLib/dist/src/amd/compiler/
H A Daco_live_var_analysis.cpp180 int phi_idx = idx; local in function:aco::__anon04c364850110::process_live_temps_per_block
181 while (phi_idx >= 0) {
182 register_demand[phi_idx] = new_demand;
183 Instruction* insn = block->instructions[phi_idx].get();
188 phi_idx--;
207 phi_idx--;
232 phi_idx = idx;
233 while (phi_idx >= 0) {
234 Instruction* insn = block->instructions[phi_idx].get();
260 phi_idx
[all...]

Completed in 2 milliseconds