LLVM API Documentation

Public Attributes
llvm::PassConfigImpl Class Reference
Collaboration diagram for llvm::PassConfigImpl:
Collaboration graph
[legend]

List of all members.

Public Attributes

DenseMap< AnalysisID,
IdentifyingPassPtr
TargetPasses
SmallVector< std::pair
< AnalysisID,
IdentifyingPassPtr >, 4 > 
InsertedPasses

Detailed Description

Definition at line 211 of file Passes.cpp.


Member Data Documentation

Store the pairs of <AnalysisID, AnalysisID> of which the second pass is inserted after each instance of the first one.

Definition at line 224 of file Passes.cpp.

Referenced by llvm::TargetPassConfig::addPass(), and llvm::TargetPassConfig::insertPass().


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