llir-opt  0.0.1
Low-Level Post-Link Optimiser for OCaml and C
Public Member Functions | List of all members
PostDominatorTree Class Reference

#include <core/analysis/dominator.h>

Inheritance diagram for PostDominatorTree:
Inheritance graph
[legend]
Collaboration diagram for PostDominatorTree:
Collaboration graph
[legend]

Public Member Functions

 PostDominatorTree (Func &f)
 
bool Dominates (const Block *start, const Block *end, const Block *block)
 

Detailed Description

Dominator tree for blocks.


The documentation for this class was generated from the following file: