LLVM 23.0.0git
llvm::BatchAACrossIterationScope Class Reference

Temporarily set the cross iteration mode on a BatchAA instance. More...

#include "llvm/Analysis/AliasAnalysis.h"

Public Member Functions

 BatchAACrossIterationScope (BatchAAResults &BAA, bool CrossIteration)
 ~BatchAACrossIterationScope ()

Detailed Description

Temporarily set the cross iteration mode on a BatchAA instance.

Definition at line 722 of file AliasAnalysis.h.

Constructor & Destructor Documentation

◆ BatchAACrossIterationScope()

llvm::BatchAACrossIterationScope::BatchAACrossIterationScope ( BatchAAResults & BAA,
bool CrossIteration )
inline

Definition at line 727 of file AliasAnalysis.h.

◆ ~BatchAACrossIterationScope()

llvm::BatchAACrossIterationScope::~BatchAACrossIterationScope ( )
inline

Definition at line 731 of file AliasAnalysis.h.


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