Home
last modified time | relevance | path

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

/external/llvm/include/llvm/CodeGen/PBQP/
DReductionRules.h133 const Matrix &YZECosts = G.getEdgeCosts(YZEId); in applyR2() local
135 G.updateEdgeCosts(YZEId, Delta + YZECosts); in applyR2()
137 G.updateEdgeCosts(YZEId, Delta.transpose() + YZECosts); in applyR2()