Searched refs:reg_demand (Results 1 – 2 of 2) sorted by relevance
734 std::vector<RegisterDemand> reg_demand; in add_coupling_code() local758 reg_demand.push_back(demand_before); in add_coupling_code()766 reg_demand.push_back(ctx.register_demand[block_idx][insert_idx]); in add_coupling_code()790 reg_demand.emplace_back(reg_demand.back()); in add_coupling_code()797 …reg_demand.insert(reg_demand.end(), std::next(ctx.register_demand[block->index].begin(), insert_id… in add_coupling_code()799 ctx.register_demand[block_idx] = std::move(reg_demand); in add_coupling_code()
2899 - aco: fill reg_demand with sensible information in add_coupling_code()