LLVM: llvm::rdf::DataFlowGraph::DefStack Struct Reference (original) (raw)

#include "[llvm/CodeGen/RDFGraph.h](RDFGraph%5F8h%5Fsource.html)"

Public Types
using iterator = Iterator
Public Member Functions
DefStack ()=default
bool empty () const
iterator top () const
iterator bottom () const
unsigned size () const
void push (Def DA)
void pop ()
void start_block (NodeId N)
void clear_block (NodeId N)

Definition at line 702 of file RDFGraph.h.

iterator

llvm::rdf::DataFlowGraph::DefStack::DefStack ( ) default

bottom()

iterator llvm::rdf::DataFlowGraph::DefStack::bottom ( ) const inline

clear_block()

void llvm::rdf::DataFlowGraph::DefStack::clear_block ( NodeId N )

empty()

bool llvm::rdf::DataFlowGraph::DefStack::empty ( ) const inline

pop()

void llvm::rdf::DataFlowGraph::DefStack::pop ( )

push()

void llvm::rdf::DataFlowGraph::DefStack::push ( Def DA) inline

size()

unsigned llvm::rdf::DataFlowGraph::DefStack::size ( ) const

start_block()

void llvm::rdf::DataFlowGraph::DefStack::start_block ( NodeId N )

top()

iterator llvm::rdf::DataFlowGraph::DefStack::top ( ) const inline

Iterator


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