Home
last modified time | relevance | path

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

/external/llvm/include/llvm/CodeGen/PBQP/
DReductionRules.h95 const Matrix *YXECosts = FlipEdge1 ? in applyR2() local
104 YLen = YXECosts->getRows(), in applyR2()
111 PBQPNum Min = (*YXECosts)[i][0] + (*ZXECosts)[j][0] + XCosts[0]; in applyR2()
113 PBQPNum C = (*YXECosts)[i][k] + (*ZXECosts)[j][k] + XCosts[k]; in applyR2()
123 delete YXECosts; in applyR2() local