Searched defs:costs (Results 1 - 3 of 3) sorted by relevance

/freebsd-9.3-release/contrib/llvm/include/llvm/CodeGen/PBQP/
H A DGraph.h47 Vector costs; member in class:PBQP::Graph::NodeEntry
52 NodeEntry(const Vector &costs) : costs(costs), data(0) {} argument
71 Matrix costs; member in class:PBQP::Graph::EdgeEntry
76 EdgeEntry(NodeId node1, NodeId node2, const Matrix &costs) argument
213 addNode(const Vector &costs) argument
221 addEdge(NodeId n1Id, NodeId n2Id, const Matrix &costs) argument
[all...]
/freebsd-9.3-release/contrib/gcc/
H A Dregclass.c805 struct costs struct
830 static struct costs *costs; variable in typeref:struct:costs
[all...]
H A Dtree-ssa-loop-ivopts.c3224 static unsigned costs[NUM_MACHINE_MODES]; local
3286 static htab_t costs; local
3375 static unsigned costs[2][2][2][2]; local
[all...]

Completed in 86 milliseconds