reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/CodeGen/RegAllocPBQP.cpp
  841       initializeGraph(G, VRM, *VRegSpiller);
  842       ConstraintsRoot->apply(G);
  854         G.dump(OS);
  858       PBQP::Solution Solution = PBQP::RegAlloc::solve(G);
  859       PBQPAllocComplete = mapPBQPToRegAlloc(G, Solution, VRM, *VRegSpiller);