Printer pass for the DominatorTree.

Synopsis

Declared in <llvm/IR/Dominators.h>

class DominatorTreePrinterPass
    : public RequiredPassInfoMixin<DominatorTreePrinterPass>

Base Classes

Name

Description

RequiredPassInfoMixin<DominatorTreePrinterPass>

A CRTP mix‐in for passes that should not be skipped.

Member Functions

Name

Description

DominatorTreePrinterPass [constructor]

Construct a printer that writes to OS.

run

Print the DominatorTree for F and return all analyses preserved.

Static Member Functions

Name

Description

isRequired

Return true; required passes cannot be skipped.

Created with MrDocs