Searched refs:Allowed2 (Results 1 – 1 of 1) sorted by relevance
478 const PBQPRAGraph::NodeMetadata::AllowedRegVector *Allowed2 = in apply() local484 Allowed2->size() + 1, 0); in apply()485 addVirtRegCoalesce(Costs, *Allowed1, *Allowed2, CBenefit); in apply()490 std::swap(Allowed1, Allowed2); in apply()493 addVirtRegCoalesce(Costs, *Allowed1, *Allowed2, CBenefit); in apply()505 const PBQPRAGraph::NodeMetadata::AllowedRegVector &Allowed2, in addVirtRegCoalesce() argument508 assert(CostMat.getCols() == Allowed2.size() + 1 && "Size mismatch."); in addVirtRegCoalesce()511 for (unsigned J = 0; J != Allowed2.size(); ++J) { in addVirtRegCoalesce()512 MCRegister PReg2 = Allowed2[J]; in addVirtRegCoalesce()