llir-opt  0.0.1
Low-Level Post-Link Optimiser for OCaml and C
Public Member Functions | Public Attributes | List of all members
tags::DominatorCache Struct Reference

Cache of dominator/post-dominator trees and frontiers. More...

#include <passes/tags/register_analysis.h>

Collaboration diagram for tags::DominatorCache:
Collaboration graph
[legend]

Public Member Functions

 DominatorCache (Func &func)
 

Public Attributes

DominatorTree DT
 Dominator tree.
 
DominanceFrontier DF
 Dominance frontier.
 
PostDominatorTree PDT
 Post-Dominator Tree.
 
PostDominanceFrontier PDF
 Post-Dominance Frontier.
 

Detailed Description

Cache of dominator/post-dominator trees and frontiers.


The documentation for this struct was generated from the following files: