Searched refs:Allowed2 (Results 1 – 1 of 1) sorted by relevance
447 const PBQPRAGraph::NodeMetadata::AllowedRegVector *Allowed2 = in apply() local453 Allowed2->size() + 1, 0); in apply()454 addVirtRegCoalesce(Costs, *Allowed1, *Allowed2, CBenefit); in apply()459 std::swap(Allowed1, Allowed2); in apply()462 addVirtRegCoalesce(Costs, *Allowed1, *Allowed2, CBenefit); in apply()475 const PBQPRAGraph::NodeMetadata::AllowedRegVector &Allowed2, in addVirtRegCoalesce() argument478 assert(CostMat.getCols() == Allowed2.size() + 1 && "Size mismatch."); in addVirtRegCoalesce()481 for (unsigned J = 0; J != Allowed2.size(); ++J) { in addVirtRegCoalesce()482 unsigned PReg2 = Allowed2[J]; in addVirtRegCoalesce()