LLVM API Documentation

Public Member Functions
llvm::CGSCCAnalysisManagerModuleProxy::Result Class Reference

#include <CGSCCPassManager.h>

List of all members.

Public Member Functions

 Result (CGSCCAnalysisManager &CGAM)
 Result (const Result &Arg)
 Result (Result &&Arg)
Resultoperator= (Result RHS)
 ~Result ()
CGSCCAnalysisManagergetManager ()
 Accessor for the CGSCCAnalysisManager.
bool invalidate (Module *M, const PreservedAnalyses &PA)
 Handler for invalidation of the module.

Detailed Description

Definition at line 164 of file CGSCCPassManager.h.


Constructor & Destructor Documentation

Definition at line 166 of file CGSCCPassManager.h.

Definition at line 169 of file CGSCCPassManager.h.

Definition at line 170 of file CGSCCPassManager.h.

Definition at line 119 of file CGSCCPassManager.cpp.

References llvm::CGSCCAnalysisManager::clear().


Member Function Documentation

Accessor for the CGSCCAnalysisManager.

Definition at line 178 of file CGSCCPassManager.h.

Handler for invalidation of the module.

If this analysis itself is preserved, then we assume that the call graph of the module hasn't changed and thus we don't need to invalidate all* cached data associated with a SCC* in the CGSCCAnalysisManager.

Regardless of whether this analysis is marked as preserved, all of the analyses in the CGSCCAnalysisManager are potentially invalidated based on the set of preserved analyses.

Definition at line 125 of file CGSCCPassManager.cpp.

References llvm::CGSCCAnalysisManager::clear(), llvm::CGSCCAnalysisManagerModuleProxy::ID(), and llvm::PreservedAnalyses::preserved().

Result& llvm::CGSCCAnalysisManagerModuleProxy::Result::operator= ( Result  RHS) [inline]

Definition at line 171 of file CGSCCPassManager.h.

References std::swap().


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