Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/PBQP/
H A DReductionRules.h44 const Vector &XCosts = G.getNodeCosts(NId); in applyR1() local
50 PBQPNum Min = ECosts[0][j] + XCosts[0]; in applyR1()
51 for (unsigned i = 1; i < XCosts.getLength(); ++i) { in applyR1()
52 PBQPNum C = ECosts[i][j] + XCosts[i]; in applyR1()
60 PBQPNum Min = ECosts[i][0] + XCosts[0]; in applyR1()
61 for (unsigned j = 1; j < XCosts.getLength(); ++j) { in applyR1()
62 PBQPNum C = ECosts[i][j] + XCosts[j]; in applyR1()
84 const Vector &XCosts = G.getNodeCosts(NId); in applyR2() local
104 unsigned XLen = XCosts.getLength(), in applyR2()
112 PBQPNum Min = (*YXECosts)[i][0] + (*ZXECosts)[j][0] + XCosts[0]; in applyR2()
[all …]