|
LLVM
3.7.0
|
Public Attributes | |
| DenseMap< AnalysisID, IdentifyingPassPtr > | TargetPasses |
| SmallVector< std::pair < AnalysisID, IdentifyingPassPtr >, 4 > | InsertedPasses |
| Store the pairs of <AnalysisID, AnalysisID> of which the second pass is inserted after each instance of the first one. More... | |
Definition at line 192 of file Passes.cpp.
| SmallVector<std::pair<AnalysisID, IdentifyingPassPtr>, 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 205 of file Passes.cpp.
Referenced by llvm::TargetPassConfig::addPass(), and llvm::TargetPassConfig::insertPass().
| DenseMap<AnalysisID,IdentifyingPassPtr> llvm::PassConfigImpl::TargetPasses |
Definition at line 201 of file Passes.cpp.
Referenced by llvm::TargetPassConfig::getPassSubstitution(), and llvm::TargetPassConfig::substitutePass().
1.8.6