Searched defs:nId (Results 1 - 6 of 6) sorted by relevance

/freebsd-10.1-release/contrib/llvm/include/llvm/CodeGen/PBQP/
H A DHeuristicBase.h66 void addToOptimalReductionList(Graph::NodeId nId) { argument
108 bool shouldOptimallyReduce(Graph::NodeId nId) { argument
121 void addToOptimalReduceList(Graph::NodeId nId) { argument
188 addToHeuristicList(Graph::NodeId nId) argument
226 handleRemoveEdge(Graph::EdgeId eId, Graph::NodeId nId) argument
[all...]
H A DGraph.h104 NodeEntry& getNode(NodeId nId) { return nodes[nId]; } argument
239 Vector& getNodeCosts(NodeId nId) { return getNode(nId).getCosts(); } argument
253 setNodeData(NodeId nId, void *data) argument
258 getNodeData(NodeId nId) argument
306 adjEdgesBegin(NodeId nId) argument
313 adjEdgesEnd(NodeId nId) argument
335 getEdgeOtherNode(EdgeId eId, NodeId nId) argument
365 removeNode(NodeId nId) argument
[all...]
H A DHeuristicSolver.h130 HeuristicNodeData& getHeuristicNodeData(Graph::NodeId nId) { argument
146 SolverEdgeItr solverEdgesBegin(Graph::NodeId nId) { argument
155 SolverEdgeItr solverEdgesEnd(Graph::NodeId nId) { argument
192 pushToStack(Graph::NodeId nId) argument
200 getSolverDegree(Graph::NodeId nId) argument
207 setSolution(const Graph::NodeId &nId, unsigned selection) argument
223 applyR0(Graph::NodeId nId) argument
394 getSolverNodeData(Graph::NodeId nId) argument
444 Graph::NodeId nId = *nItr; local
559 computeSolution(Graph::NodeId nId) argument
[all...]
/freebsd-10.1-release/contrib/llvm/include/llvm/CodeGen/PBQP/Heuristics/
H A DBriggs.h126 bool shouldOptimallyReduce(Graph::NodeId nId) { argument
136 void addToHeuristicReduceList(Graph::NodeId nId) { argument
162 Graph::NodeId nId local
171 Graph::NodeId nId = *rnuItr; local
259 handleRemoveEdge(Graph::EdgeId eId, Graph::NodeId nId) argument
297 getHeuristicNodeData(Graph::NodeId nId) argument
355 addEdgeContributions(Graph::EdgeId eId, Graph::NodeId nId) argument
382 subtractEdgeContributions(Graph::EdgeId eId, Graph::NodeId nId) argument
405 updateAllocability(Graph::NodeId nId) argument
411 initializeNode(Graph::NodeId nId) argument
[all...]
/freebsd-10.1-release/contrib/sqlite3/
H A Dsqlite3.c11046 int nId; /* Number of identifiers on the list */ member in struct:IdList
74505 int nId; /* Number of characters in function name */ local
77824 int nId; /* Length of the function name in bytes */ local
114604 int nId; local
[all...]
/freebsd-10.1-release/crypto/heimdal/lib/sqlite/
H A Dsqlite3.c10449 int nId; /* Number of identifiers on the list */ member in struct:IdList
72320 int nId; /* Number of characters in function name */ local
75550 int nId; /* Length of the function name in bytes */ local
109967 int nId; local
[all...]

Completed in 807 milliseconds