Searched refs:temp_to_phi_ressources (Results 1 – 1 of 1) sorted by relevance
1731 std::unordered_map<unsigned, unsigned> temp_to_phi_ressources; in register_allocation() local1755 temp_to_phi_ressources[op.tempId()] = phi_ressources.size(); in register_allocation()1785 … std::unordered_map<unsigned, unsigned>::iterator it = temp_to_phi_ressources.find(def.tempId()); in register_allocation()1786 …if (it != temp_to_phi_ressources.end() && def.regClass() == phi_ressources[it->second][0].regClass… in register_allocation()1801 temp_to_phi_ressources[op.tempId()] = it->second; in register_allocation()