LLVM 20.0.0git
|
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. | |
Definition at line 387 of file TargetPassConfig.cpp.
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 400 of file TargetPassConfig.cpp.
Referenced by llvm::TargetPassConfig::addPass(), and llvm::TargetPassConfig::insertPass().
DenseMap<AnalysisID,IdentifyingPassPtr> llvm::PassConfigImpl::TargetPasses |
Definition at line 396 of file TargetPassConfig.cpp.
Referenced by llvm::TargetPassConfig::getPassSubstitution(), and llvm::TargetPassConfig::substitutePass().