OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:eCosts
(Results
1 - 2
of
2
) sorted by null
/external/llvm/include/llvm/CodeGen/PBQP/Heuristics/
Briggs.h
313
Matrix &
eCosts
= getGraph().getEdgeCosts(eItr);
315
unsigned numRegs =
eCosts
.getRows() - 1,
316
numReverseRegs =
eCosts
.getCols() - 1;
330
if (
eCosts
[i + 1][j + 1] ==
/external/llvm/include/llvm/CodeGen/PBQP/
HeuristicSolver.h
244
const Matrix &
eCosts
= g.getEdgeCosts(eItr);
252
PBQPNum min =
eCosts
[0][j] + xCosts[0];
254
PBQPNum c =
eCosts
[i][j] + xCosts[i];
265
PBQPNum min =
eCosts
[i][0] + xCosts[0];
267
PBQPNum c =
eCosts
[i][j] + xCosts[j];
Completed in 30 milliseconds