struct scc_iterator::StackElement

Declaration

struct scc_iterator::StackElement { /* full declaration omitted */ };

Description

Element of VisitStack during DFS.

Declared at: llvm/include/llvm/ADT/SCCIterator.h:51

Member Variables

public llvm::scc_iterator::NodeRef Node
The current node pointer.
public llvm::scc_iterator::ChildItTy NextChild
The next child, modified inplace during DFS.
public unsigned int MinVisited
Minimum uplink value of all children of Node.

Method Overview

  • public StackElement(llvm::scc_iterator::NodeRef Node, const llvm::scc_iterator::ChildItTy & Child, unsigned int Min)

Methods

ΒΆStackElement(
    llvm::scc_iterator::NodeRef Node,
    const llvm::scc_iterator::ChildItTy& Child,
    unsigned int Min)

Declared at: llvm/include/llvm/ADT/SCCIterator.h:56

Parameters

llvm::scc_iterator::NodeRef Node
const llvm::scc_iterator::ChildItTy& Child
unsigned int Min