Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64PBQPRegAlloc.cpp211 PBQP::PBQPNum sameParityMax = std::numeric_limits<PBQP::PBQPNum>::min(); in addIntraChainConstraint() local
217 costs[i + 1][j + 1] > sameParityMax) in addIntraChainConstraint()
218 sameParityMax = costs[i + 1][j + 1]; in addIntraChainConstraint()
226 if (sameParityMax > costs[i + 1][j + 1]) in addIntraChainConstraint()
227 costs[i + 1][j + 1] = sameParityMax + 1.0; in addIntraChainConstraint()
288 PBQP::PBQPNum sameParityMax = std::numeric_limits<PBQP::PBQPNum>::min(); in addInterChainConstraint() local
294 costs[i + 1][j + 1] > sameParityMax) in addInterChainConstraint()
295 sameParityMax = costs[i + 1][j + 1]; in addInterChainConstraint()
303 if (sameParityMax > costs[i + 1][j + 1]) in addInterChainConstraint()
304 costs[i + 1][j + 1] = sameParityMax + 1.0; in addInterChainConstraint()