Searched refs:Costs (Results 1 - 4 of 4) sorted by relevance

/external/llvm/include/llvm/CodeGen/PBQP/
H A DGraph.h72 NodeEntry(VectorPtr Costs) : Costs(Costs) {} argument
94 VectorPtr Costs; member in class:PBQP::Graph::NodeEntry
102 EdgeEntry(NodeId N1Id, NodeId N2Id, MatrixPtr Costs) argument
103 : Costs(Costs) {
114 Costs = nullptr;
166 MatrixPtr Costs; member in class:PBQP::Graph::EdgeEntry
354 /// @param Costs Cos
357 addNode(OtherVectorT Costs) argument
371 addEdge(NodeId N1Id, NodeId N2Id, OtherVectorT Costs) argument
403 setNodeCosts(NodeId NId, OtherVectorT Costs) argument
433 setEdgeCosts(EdgeId EId, OtherMatrixT Costs) argument
[all...]
H A DRegAllocSolver.h92 void setup(const Vector& Costs) { argument
93 NumOpts = Costs.getLength() - 1;
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/encoder/
H A Dtreewriter.h123 int *Costs, const vp8_prob *, vp8_tree
127 int *Costs, const vp8_prob *, vp8_tree, int
/external/libvpx/libvpx/vp8/encoder/
H A Dtreewriter.h123 int *Costs, const vp8_prob *, vp8_tree
127 int *Costs, const vp8_prob *, vp8_tree, int

Completed in 4212 milliseconds