Jlm
Public Member Functions | Private Types | Private Attributes | List of all members
jlm::llvm::InterProceduralGraph Class Referencefinal

#include <ipgraph.hpp>

Public Member Functions

 ~InterProceduralGraph () noexcept=default
 
 InterProceduralGraph () noexcept=default
 
 InterProceduralGraph (const InterProceduralGraph &)=delete
 
 InterProceduralGraph (InterProceduralGraph &&)=delete
 
InterProceduralGraphoperator= (const InterProceduralGraph &)=delete
 
InterProceduralGraphoperator= (InterProceduralGraph &&)=delete
 
const_iterator begin () const noexcept
 
const_iterator end () const noexcept
 
void add_node (std::unique_ptr< InterProceduralGraphNode > node)
 
size_t nnodes () const noexcept
 
std::vector< std::unordered_set< const InterProceduralGraphNode * > > find_sccs () const
 
const InterProceduralGraphNodefind (const std::string &name) const noexcept
 

Private Types

using const_iterator = util::PtrIterator< const InterProceduralGraphNode, std::vector< std::unique_ptr< InterProceduralGraphNode > >::const_iterator >
 

Private Attributes

std::vector< std::unique_ptr< InterProceduralGraphNode > > nodes_
 

Detailed Description

Definition at line 22 of file ipgraph.hpp.

Member Typedef Documentation

◆ const_iterator

Definition at line 24 of file ipgraph.hpp.

Constructor & Destructor Documentation

◆ ~InterProceduralGraph()

jlm::llvm::InterProceduralGraph::~InterProceduralGraph ( )
defaultnoexcept

◆ InterProceduralGraph() [1/3]

jlm::llvm::InterProceduralGraph::InterProceduralGraph ( )
defaultnoexcept

◆ InterProceduralGraph() [2/3]

jlm::llvm::InterProceduralGraph::InterProceduralGraph ( const InterProceduralGraph )
delete

◆ InterProceduralGraph() [3/3]

jlm::llvm::InterProceduralGraph::InterProceduralGraph ( InterProceduralGraph &&  )
delete

Member Function Documentation

◆ add_node()

void jlm::llvm::InterProceduralGraph::add_node ( std::unique_ptr< InterProceduralGraphNode node)

Definition at line 59 of file ipgraph.cpp.

◆ begin()

const_iterator jlm::llvm::InterProceduralGraph::begin ( ) const
inlinenoexcept

Definition at line 44 of file ipgraph.hpp.

◆ end()

const_iterator jlm::llvm::InterProceduralGraph::end ( ) const
inlinenoexcept

Definition at line 50 of file ipgraph.hpp.

◆ find()

const InterProceduralGraphNode * jlm::llvm::InterProceduralGraph::find ( const std::string &  name) const
noexcept

Definition at line 83 of file ipgraph.cpp.

◆ find_sccs()

std::vector< std::unordered_set< const InterProceduralGraphNode * > > jlm::llvm::InterProceduralGraph::find_sccs ( ) const

Definition at line 65 of file ipgraph.cpp.

◆ nnodes()

size_t jlm::llvm::InterProceduralGraph::nnodes ( ) const
inlinenoexcept

Definition at line 59 of file ipgraph.hpp.

◆ operator=() [1/2]

InterProceduralGraph& jlm::llvm::InterProceduralGraph::operator= ( const InterProceduralGraph )
delete

◆ operator=() [2/2]

InterProceduralGraph& jlm::llvm::InterProceduralGraph::operator= ( InterProceduralGraph &&  )
delete

Member Data Documentation

◆ nodes_

std::vector<std::unique_ptr<InterProceduralGraphNode> > jlm::llvm::InterProceduralGraph::nodes_
private

Definition at line 71 of file ipgraph.hpp.


The documentation for this class was generated from the following files: