llvm::PostDominatorTree::ParentType

Type of the parent of a CFG node (e.g. Function).

Synopsis

Declared in <llvm/Support/GenericDomTree.h>

using ParentType = std::remove_pointer_t<ParentPtr>;