Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/PBQP/
H A DReductionRules.h43 const Matrix &ECosts = G.getEdgeCosts(EId); in applyR1() local
50 PBQPNum Min = ECosts[0][j] + XCosts[0]; in applyR1()
52 PBQPNum C = ECosts[i][j] + XCosts[i]; in applyR1()
60 PBQPNum Min = ECosts[i][0] + XCosts[0]; in applyR1()
62 PBQPNum C = ECosts[i][j] + XCosts[j]; in applyR1()