HomeSort by relevance Sort by last modified time
    Searched full:getnodemetadata (Results 1 - 2 of 2) sorted by null

  /external/llvm/include/llvm/CodeGen/PBQP/
RegAllocSolver.h 162 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(NId).isConservativelyAllocatable()
    [all...]
Graph.h 417 NodeMetadata& getNodeMetadata(NodeId NId) {
421 const NodeMetadata& getNodeMetadata(NodeId NId) const {

Completed in 421 milliseconds