Searched refs:getNodeMetadata (Results 1 - 2 of 2) sorted by relevance

/external/llvm/include/llvm/CodeGen/PBQP/
H A DRegAllocSolver.h162 G.getNodeMetadata(NId).setup(G.getNodeCosts(NId));
178 NodeMetadata& NMd = G.getNodeMetadata(NId);
193 NodeMetadata& NMd = G.getNodeMetadata(NId);
203 NodeMetadata& N1Md = G.getNodeMetadata(N1Id);
204 NodeMetadata& N2Md = G.getNodeMetadata(N2Id);
213 switch (G.getNodeMetadata(NId).getReductionState()) {
239 G.getNodeMetadata(NId).setReductionState(
246 G.getNodeMetadata(NId).setReductionState(
253 G.getNodeMetadata(NId).setReductionState(
262 else if (G.getNodeMetadata(NI
[all...]
H A DGraph.h417 NodeMetadata& getNodeMetadata(NodeId NId) { function in class:PBQP::Graph
421 const NodeMetadata& getNodeMetadata(NodeId NId) const { function in class:PBQP::Graph

Completed in 565 milliseconds