Searched refs:Allowed2 (Results 1 – 1 of 1) sorted by relevance
448 const PBQPRAGraph::NodeMetadata::AllowedRegVector *Allowed2 = in apply() local454 Allowed2->size() + 1, 0); in apply()455 addVirtRegCoalesce(Costs, *Allowed1, *Allowed2, CBenefit); in apply()460 std::swap(Allowed1, Allowed2); in apply()463 addVirtRegCoalesce(Costs, *Allowed1, *Allowed2, CBenefit); in apply()476 const PBQPRAGraph::NodeMetadata::AllowedRegVector &Allowed2, in addVirtRegCoalesce() argument479 assert(CostMat.getCols() == Allowed2.size() + 1 && "Size mismatch."); in addVirtRegCoalesce()482 for (unsigned J = 0; J != Allowed2.size(); ++J) { in addVirtRegCoalesce()483 unsigned PReg2 = Allowed2[J]; in addVirtRegCoalesce()