OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:YZECosts
(Results
1 - 2
of
2
) sorted by null
/external/llvm/include/llvm/CodeGen/PBQP/
ReductionRules.h
133
const Matrix &
YZECosts
= G.getEdgeCosts(YZEId);
135
G.updateEdgeCosts(YZEId, Delta +
YZECosts
);
137
G.updateEdgeCosts(YZEId, Delta.transpose() +
YZECosts
);
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/PBQP/
ReductionRules.h
135
const Matrix &
YZECosts
= G.getEdgeCosts(YZEId);
137
G.updateEdgeCosts(YZEId, Delta +
YZECosts
);
139
G.updateEdgeCosts(YZEId, Delta.transpose() +
YZECosts
);
Completed in 75 milliseconds