Searched refs:other_def_point (Results 1 – 1 of 1) sorted by relevance
134 unsigned other_def_point = def_points[j]; in collect_phi_info() local135 while (def_points[i] < other_def_point && other_def_point != block.index) in collect_phi_info()136 other_def_point = is_logical ? in collect_phi_info()137 ctx.program->blocks[other_def_point].logical_idom : in collect_phi_info()138 ctx.program->blocks[other_def_point].linear_idom; in collect_phi_info()139 interferes = def_points[i] == other_def_point; in collect_phi_info()