Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DRegAllocPBQP.cpp474 PBQPRAGraph::RawMatrix &CostMat, in addVirtRegCoalesce() argument
478 assert(CostMat.getRows() == Allowed1.size() + 1 && "Size mismatch."); in addVirtRegCoalesce()
479 assert(CostMat.getCols() == Allowed2.size() + 1 && "Size mismatch."); in addVirtRegCoalesce()
485 CostMat[I + 1][J + 1] -= Benefit; in addVirtRegCoalesce()