Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/PBQP/
H A 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()