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

Public Attributes

DenseMap< AnalysisID, IdentifyingPassPtrTargetPasses
 
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 308 of file TargetPassConfig.cpp.

Member Data Documentation

◆ InsertedPasses

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 321 of file TargetPassConfig.cpp.

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

◆ TargetPasses

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

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