| aco_register_allocation.cpp | 973 collect_vars(ra_ctx& ctx, RegisterFile& reg_file, const PhysRegInterval reg_interval) function in namespace:aco::__anon498 1125 std::set<std::pair<unsigned, unsigned>> new_vars = collect_vars(ctx, reg_file, reg_win); 1264 std::set<std::pair<unsigned, unsigned>> vars = collect_vars(ctx, tmp_file, best_win); 1739 collect_vars(ctx, tmp_file, PhysRegInterval{best_pos, size}); 1889 collect_vars(ctx, tmp_file, target); 2608 collect_vars(ctx, register_file, def_regs);
|