OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getNodeCosts
(Results
1 - 4
of
4
) sorted by null
/external/llvm/include/llvm/CodeGen/PBQP/
Graph.h
183
assert(
getNodeCosts
(n1Itr).getLength() == costs.getRows() &&
184
getNodeCosts
(n2Itr).getLength() == costs.getCols() &&
200
Vector&
getNodeCosts
(NodeItr nItr) { return getNode(nItr).getCosts(); }
205
const Vector&
getNodeCosts
(ConstNodeItr nItr) const {
365
const Vector& v =
getNodeCosts
(nodeItr);
406
<< nodeItr << ": " <<
getNodeCosts
(nodeItr) << "\" ]\n";
459
nodeMap[nItr] = addNode(other.
getNodeCosts
(nItr));
HeuristicSolver.h
245
const Vector &xCosts = g.
getNodeCosts
(xnItr);
250
Vector &yCosts = g.
getNodeCosts
(ynItr);
263
Vector &yCosts = g.
getNodeCosts
(ynItr);
291
const Vector &xCosts = g.
getNodeCosts
(xnItr);
444
if (g.
getNodeCosts
(nItr).getLength() == 1) {
456
g.
getNodeCosts
(otherNodeItr) +=
461
g.
getNodeCosts
(otherNodeItr) +=
508
Vector &uCosts = g.
getNodeCosts
(g.getEdgeNode1(eItr)),
509
&vCosts = g.
getNodeCosts
(g.getEdgeNode2(eItr));
561
Vector v(g.
getNodeCosts
(nItr))
[
all
...]
/external/llvm/include/llvm/CodeGen/PBQP/Heuristics/
Briggs.h
64
const PBQP::Vector &cv1 = g->
getNodeCosts
(n1Itr);
65
const PBQP::Vector &cv2 = g->
getNodeCosts
(n2Itr);
361
unsigned numRegs = getGraph().
getNodeCosts
(nItr).getLength() - 1;
388
unsigned numRegs = getGraph().
getNodeCosts
(nItr).getLength() - 1;
407
unsigned numRegs = getGraph().
getNodeCosts
(nItr).getLength() - 1;
417
unsigned numRegs = getGraph().
getNodeCosts
(nItr).getLength() - 1;
420
const Vector& nCosts = getGraph().
getNodeCosts
(nItr);
/external/llvm/lib/CodeGen/
RegAllocPBQP.cpp
259
addSpillCosts(g.
getNodeCosts
(node), spillCost);
368
addPhysRegCoalesce(g.
getNodeCosts
(node), pregOpt, cBenefit);
Completed in 25 milliseconds