LLVM  4.0.0
Public Attributes | List of all members
llvm::PassConfigImpl Class Reference
Collaboration diagram for llvm::PassConfigImpl:
[legend]

Public Attributes

DenseMap< AnalysisID,
IdentifyingPassPtr
TargetPasses
 
SmallVector< InsertedPass, 4 > InsertedPasses
 Store the pairs of <AnalysisID, AnalysisID> of which the second pass is inserted after each instance of the first one. More...
 

Detailed Description

Definition at line 237 of file TargetPassConfig.cpp.

Member Data Documentation

SmallVector<InsertedPass, 4> llvm::PassConfigImpl::InsertedPasses

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

Definition at line 250 of file TargetPassConfig.cpp.

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

DenseMap<AnalysisID,IdentifyingPassPtr> llvm::PassConfigImpl::TargetPasses

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