LLVM 22.0.0git
llvm::PassConfigImpl Class Reference

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.

Detailed Description

Definition at line 400 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 413 of file TargetPassConfig.cpp.

◆ TargetPasses

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

Definition at line 409 of file TargetPassConfig.cpp.


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