LLVM API Documentation

Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages

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 456 of file Type.cpp.


Constructor & Destructor Documentation

TypePromotionGraph::TypePromotionGraph Type T  )  [inline]
 

Definition at line 458 of file Type.cpp.


Member Data Documentation

Type* TypePromotionGraph::Ty
 

Definition at line 457 of file Type.cpp.

Referenced by llvm::GraphTraits< TypePromotionGraph >::getEntryNode().


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