Searched refs:vr1Allowed (Results 1 – 2 of 2) sorted by relevance
289 const PBQPRAProblem::AllowedSet &vr1Allowed = p->getAllowedSet(vr1); in build() local301 PBQP::Matrix(vr1Allowed.size()+1, vr2Allowed.size()+1, 0)); in build()303 addInterferenceCosts(g.getEdgeCosts(edge), vr1Allowed, vr2Allowed, tri); in build()318 const PBQPRAProblem::AllowedSet &vr1Allowed, in addInterferenceCosts() argument321 assert(costMat.getRows() == vr1Allowed.size() + 1 && "Matrix height mismatch."); in addInterferenceCosts()324 for (unsigned i = 0; i != vr1Allowed.size(); ++i) { in addInterferenceCosts()325 unsigned preg1 = vr1Allowed[i]; in addInterferenceCosts()428 const PBQPRAProblem::AllowedSet &vr1Allowed, in addVirtRegCoalesce() argument432 assert(costMat.getRows() == vr1Allowed.size() + 1 && "Size mismatch."); in addVirtRegCoalesce()435 for (unsigned i = 0; i != vr1Allowed.size(); ++i) { in addVirtRegCoalesce()[all …]
136 const PBQPRAProblem::AllowedSet &vr1Allowed,159 const PBQPRAProblem::AllowedSet &vr1Allowed,