Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DRegAllocPBQP.cpp478 const PBQPRAGraph::NodeMetadata::AllowedRegVector *Allowed2 = in apply() local
484 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() argument
508 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()