struct ChildrenGetterTy

Declaration

template <class NodeTy, bool IsPostDom>
struct ChildrenGetterTy { /* full declaration omitted */ };

Description

Generic utility class used for getting the children of a basic block. May be specialized if, for example, one wouldn't like to return nullpointer successors.

Declared at: llvm/include/llvm/Support/GenericIteratedDominanceFrontier.h:39

Templates

NodeTy
bool IsPostDom

Method Overview

  • public llvm::IDFCalculatorDetail::ChildrenGetterTy::ChildrenTy get(const llvm::IDFCalculatorDetail::ChildrenGetterTy::NodeRef & N)

Methods

ΒΆllvm::IDFCalculatorDetail::ChildrenGetterTy::
    ChildrenTy
    get(const llvm::IDFCalculatorDetail::
            ChildrenGetterTy::NodeRef& N)

Declared at: llvm/include/llvm/Support/GenericIteratedDominanceFrontier.h:43

Parameters

const llvm::IDFCalculatorDetail:: ChildrenGetterTy::NodeRef& N