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.cpp213 PBQP::PBQPNum sameParityMax = std::numeric_limits<PBQP::PBQPNum>::min(); in addIntraChainConstraint() local
219 costs[i + 1][j + 1] > sameParityMax) in addIntraChainConstraint()
220 sameParityMax = costs[i + 1][j + 1]; in addIntraChainConstraint()
228 if (sameParityMax > costs[i + 1][j + 1]) in addIntraChainConstraint()
229 costs[i + 1][j + 1] = sameParityMax + 1.0; in addIntraChainConstraint()
290 PBQP::PBQPNum sameParityMax = std::numeric_limits<PBQP::PBQPNum>::min(); in addInterChainConstraint() local
296 costs[i + 1][j + 1] > sameParityMax) in addInterChainConstraint()
297 sameParityMax = costs[i + 1][j + 1]; in addInterChainConstraint()
305 if (sameParityMax > costs[i + 1][j + 1]) in addInterChainConstraint()
306 costs[i + 1][j + 1] = sameParityMax + 1.0; in addInterChainConstraint()