class PassConfigImpl
Declaration
class PassConfigImpl { /* full declaration omitted */ };
Declared at: llvm/lib/CodeGen/TargetPassConfig.cpp:312
Member Variables
- public DenseMap<llvm::AnalysisID, llvm::IdentifyingPassPtr> TargetPasses
- public anonymous struct / union InsertedPasses
- Store the pairs of <AnalysisID , AnalysisID> of which the second pass is inserted after each instance of the first one.