LLVM API Documentation

TypePromotionGraph Struct Reference

Collaboration diagram for TypePromotionGraph:

Collaboration graph
[legend]
List of all members.

Public Member Functions

 TypePromotionGraph (Type *T)

Public Attributes

TypeTy

Detailed Description

TypePromotionGraph and graph traits - this is designed to allow us to do efficient SCC processing of type graphs. This is the exact same as GraphTraits<Type*>, except that we pretend that concrete types have no children to avoid processing them.

Definition at line 516 of file Type.cpp.


Constructor & Destructor Documentation

TypePromotionGraph::TypePromotionGraph ( Type T  )  [inline]

Definition at line 518 of file Type.cpp.


Member Data Documentation

Type* TypePromotionGraph::Ty

Definition at line 517 of file Type.cpp.


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