struct DefStack::Iterator
Declaration
struct DefStack::Iterator { /* full declaration omitted */ };
Declared at: llvm/include/llvm/CodeGen/RDFGraph.h:676
Member Variables
- private const llvm::rdf::DataFlowGraph::DefStack& DS
- private unsigned int Pos
Method Overview
- private Iterator(const llvm::rdf::DataFlowGraph::DefStack & S, bool Top)
- public llvm::rdf::DataFlowGraph::DefStack::Iterator & down()
- public llvm::rdf::DataFlowGraph::DefStack::Iterator & up()
Methods
¶Iterator(
const llvm::rdf::DataFlowGraph::DefStack& S,
bool Top)
Iterator(
const llvm::rdf::DataFlowGraph::DefStack& S,
bool Top)
Declared at: llvm/include/llvm/CodeGen/RDFGraph.h:696
Parameters
- const llvm::rdf::DataFlowGraph::DefStack& S
- bool Top
¶llvm::rdf::DataFlowGraph::DefStack::Iterator&
down()
llvm::rdf::DataFlowGraph::DefStack::Iterator&
down()
Declared at: llvm/include/llvm/CodeGen/RDFGraph.h:680
¶llvm::rdf::DataFlowGraph::DefStack::Iterator& up()
llvm::rdf::DataFlowGraph::DefStack::Iterator& up()
Declared at: llvm/include/llvm/CodeGen/RDFGraph.h:679