LLVM 19.0.0git
Public Attributes | List of all members
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 386 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 399 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: