Create a node for BB and link it under IDom when provided.

Synopsis

Declared in <llvm/Support/GenericDomTree.h>

Return Value

The newly allocated tree node, linked under IDom if given.

Parameters

Name

Description

BB

CFG block represented by the new tree node.

IDom

Immediate dominator node, or null for a root.

Created with MrDocs