Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DRegAllocPBQP.cpp503 PBQPRAGraph::RawMatrix &CostMat, in addVirtRegCoalesce() argument
507 assert(CostMat.getRows() == Allowed1.size() + 1 && "Size mismatch."); in addVirtRegCoalesce()
508 assert(CostMat.getCols() == Allowed2.size() + 1 && "Size mismatch."); in addVirtRegCoalesce()
514 CostMat[I + 1][J + 1] -= Benefit; in addVirtRegCoalesce()