Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DRegAllocPBQP.cpp478 const PBQPRAGraph::NodeMetadata::AllowedRegVector *Allowed1 = in apply() local
485 PBQPRAGraph::RawMatrix Costs(Allowed1->size() + 1, in apply()
487 addVirtRegCoalesce(Costs, *Allowed1, *Allowed2, CBenefit); in apply()
492 std::swap(Allowed1, Allowed2); in apply()
495 addVirtRegCoalesce(Costs, *Allowed1, *Allowed2, CBenefit); in apply()
506 const PBQPRAGraph::NodeMetadata::AllowedRegVector &Allowed1, in addVirtRegCoalesce() argument
509 assert(CostMat.getRows() == Allowed1.size() + 1 && "Size mismatch."); in addVirtRegCoalesce()
511 for (unsigned I = 0; I != Allowed1.size(); ++I) { in addVirtRegCoalesce()
512 unsigned PReg1 = Allowed1[I]; in addVirtRegCoalesce()