Home
last modified time | relevance | path

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

/external/llvm-project/llvm/include/llvm/CodeGen/PBQP/
DReductionRules.h45 RawVector YCosts = G.getNodeCosts(MId); in applyR1() local
49 for (unsigned j = 0; j < YCosts.getLength(); ++j) { in applyR1()
56 YCosts[j] += Min; in applyR1()
59 for (unsigned i = 0; i < YCosts.getLength(); ++i) { in applyR1()
66 YCosts[i] += Min; in applyR1()
69 G.setNodeCosts(MId, YCosts); in applyR1()
/external/llvm/include/llvm/CodeGen/PBQP/
DReductionRules.h44 RawVector YCosts = G.getNodeCosts(MId); in applyR1() local
48 for (unsigned j = 0; j < YCosts.getLength(); ++j) { in applyR1()
55 YCosts[j] += Min; in applyR1()
58 for (unsigned i = 0; i < YCosts.getLength(); ++i) { in applyR1()
65 YCosts[i] += Min; in applyR1()
68 G.setNodeCosts(MId, YCosts); in applyR1()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/PBQP/
DReductionRules.h45 RawVector YCosts = G.getNodeCosts(MId); in applyR1() local
49 for (unsigned j = 0; j < YCosts.getLength(); ++j) { in applyR1()
56 YCosts[j] += Min; in applyR1()
59 for (unsigned i = 0; i < YCosts.getLength(); ++i) { in applyR1()
66 YCosts[i] += Min; in applyR1()
69 G.setNodeCosts(MId, YCosts); in applyR1()