Home
last modified time | relevance | path

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

/external/llvm/lib/Target/AArch64/
DAArch64PBQPRegAlloc.cpp219 PBQP::PBQPNum sameParityMax = std::numeric_limits<PBQP::PBQPNum>::min(); in addIntraChainConstraint() local
225 costs[i + 1][j + 1] > sameParityMax) in addIntraChainConstraint()
226 sameParityMax = costs[i + 1][j + 1]; in addIntraChainConstraint()
234 if (sameParityMax > costs[i + 1][j + 1]) in addIntraChainConstraint()
235 costs[i + 1][j + 1] = sameParityMax + 1.0; in addIntraChainConstraint()
296 PBQP::PBQPNum sameParityMax = std::numeric_limits<PBQP::PBQPNum>::min(); in addInterChainConstraint() local
302 costs[i + 1][j + 1] > sameParityMax) in addInterChainConstraint()
303 sameParityMax = costs[i + 1][j + 1]; in addInterChainConstraint()
311 if (sameParityMax > costs[i + 1][j + 1]) in addInterChainConstraint()
312 costs[i + 1][j + 1] = sameParityMax + 1.0; in addInterChainConstraint()