Polly 22.0.0git
llvm::InnerAnalysisManagerProxy::Result Class Reference

#include <ScopPass.h>

Public Member Functions

 Result (ScopAnalysisManager &InnerAM, ScopInfo &SI)
 Result (Result &&R)
Resultoperator= (Result &&RHS)
 ~Result ()
ScopAnalysisManagergetManager ()
bool invalidate (Function &F, const PreservedAnalyses &PA, FunctionAnalysisManager::Invalidator &Inv)

Private Attributes

ScopAnalysisManagerInnerAM
ScopInfoSI

Detailed Description

Definition at line 63 of file ScopPass.h.

Constructor & Destructor Documentation

◆ Result() [1/2]

llvm::InnerAnalysisManagerProxy::Result::Result ( ScopAnalysisManager & InnerAM,
ScopInfo & SI )
inlineexplicit

Definition at line 65 of file ScopPass.h.

References InnerAM, and SI.

Referenced by operator=(), and Result().

◆ Result() [2/2]

llvm::InnerAnalysisManagerProxy::Result::Result ( Result && R)
inline

Definition at line 67 of file ScopPass.h.

References InnerAM, Result(), and SI.

◆ ~Result()

llvm::InnerAnalysisManagerProxy::Result::~Result ( )
inline

Definition at line 76 of file ScopPass.h.

References InnerAM.

Member Function Documentation

◆ getManager()

ScopAnalysisManager & llvm::InnerAnalysisManagerProxy::Result::getManager ( )
inline

Definition at line 82 of file ScopPass.h.

References InnerAM.

◆ invalidate()

bool llvm::InnerAnalysisManagerProxy::Result::invalidate ( Function & F,
const PreservedAnalyses & PA,
FunctionAnalysisManager::Invalidator & Inv )

References Function.

◆ operator=()

Result & llvm::InnerAnalysisManagerProxy::Result::operator= ( Result && RHS)
inline

Definition at line 70 of file ScopPass.h.

References InnerAM, Result(), and SI.

Member Data Documentation

◆ InnerAM

ScopAnalysisManager* llvm::InnerAnalysisManagerProxy::Result::InnerAM
private

Definition at line 88 of file ScopPass.h.

Referenced by getManager(), operator=(), Result(), Result(), and ~Result().

◆ SI

ScopInfo* llvm::InnerAnalysisManagerProxy::Result::SI
private

Definition at line 89 of file ScopPass.h.

Referenced by operator=(), Result(), and Result().


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