Home
last modified time | relevance | path

Searched refs:Allowed2 (Results 1 – 1 of 1) sorted by relevance

/external/llvm/lib/CodeGen/
DRegAllocPBQP.cpp447 const PBQPRAGraph::NodeMetadata::AllowedRegVector *Allowed2 = in apply() local
453 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() argument
478 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()