LLVM: llvm::PassConfigImpl Class Reference (original) (raw)
| 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. |
Detailed Description
Definition at line 411 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 424 of file TargetPassConfig.cpp.
◆ TargetPasses
DenseMap<AnalysisID,IdentifyingPassPtr> llvm::PassConfigImpl::TargetPasses
Definition at line 420 of file TargetPassConfig.cpp.
The documentation for this class was generated from the following file:
- lib/CodeGen/TargetPassConfig.cpp