class PBQPRAGraph

Declaration

class PBQPRAGraph : public Graph { /* full declaration omitted */ };

Description

PBQP Graph class. Instances of this class describe PBQP problems.

Declared at: llvm/include/llvm/CodeGen/RegAllocPBQP.h:500

Inherits from: Graph

Method Overview

  • public PBQPRAGraph(llvm::PBQP::Graph<llvm::PBQP::RegAlloc::RegAllocSolverImpl>::GraphMetadata Metadata)
  • public void dump() const
  • public void dump(llvm::raw_ostream & OS) const
  • public void printDot(llvm::raw_ostream & OS) const

Methods

PBQPRAGraph(llvm::PBQP::Graph<
            llvm::PBQP::RegAlloc::
                RegAllocSolverImpl>::GraphMetadata
                Metadata)

Declared at: llvm/include/llvm/CodeGen/RegAllocPBQP.h:505

Parameters

llvm::PBQP::Graph< llvm::PBQP::RegAlloc::RegAllocSolverImpl>:: GraphMetadata Metadata

void dump() const

Description

Dump this graph to dbgs().

Declared at: llvm/include/llvm/CodeGen/RegAllocPBQP.h:508

void dump(llvm::raw_ostream& OS) const

Description

Dump this graph to an output stream.

Declared at: llvm/include/llvm/CodeGen/RegAllocPBQP.h:512

Parameters

llvm::raw_ostream& OS
Output stream to print on.

void printDot(llvm::raw_ostream& OS) const

Description

Print a representation of this graph in DOT format.

Declared at: llvm/include/llvm/CodeGen/RegAllocPBQP.h:516

Parameters

llvm::raw_ostream& OS
Output stream to print on.