llvm::DominatorTreeBase::isVirtualRoot

Return true if A is the virtual root of a post-dominator tree.

Synopsis

Declared in <llvm/Support/GenericDomTree.h>

bool
isVirtualRoot(DomTreeNodeBase<NodeT> const* A) const;

Return Value

True if A is the virtual (null-block) post-dominator root.

Parameters

NameDescription
ATree node that may represent the virtual (null-block) root.