Construct a machine post‐dominator tree for MF.

Synopsis

Declared in <llvm/CodeGen/MachinePostDominators.h>

explicit
MachinePostDominatorTree(MachineFunction& MF);

Parameters

Name

Description

MF

Machine function whose CFG is analyzed.

Created with MrDocs