LLVM
15.0.0git
|
AAQueryInfo that uses SimpleCaptureInfo. More...
#include "llvm/Analysis/AliasAnalysis.h"
Public Member Functions | |
SimpleAAQueryInfo () | |
![]() | |
AAQueryInfo (CaptureInfo *CI) | |
AAQueryInfo | withEmptyCache () |
Create a new AAQueryInfo based on this one, but with the cache cleared. More... | |
Additional Inherited Members | |
![]() | |
using | LocPair = std::pair< AACacheLoc, AACacheLoc > |
using | AliasCacheT = SmallDenseMap< LocPair, CacheEntry, 8 > |
![]() | |
AliasCacheT | AliasCache |
CaptureInfo * | CI |
unsigned | Depth = 0 |
Query depth used to distinguish recursive queries. More... | |
int | NumAssumptionUses = 0 |
How many active NoAlias assumption uses there are. More... | |
SmallVector< AAQueryInfo::LocPair, 4 > | AssumptionBasedResults |
Location pairs for which an assumption based result is currently stored. More... | |
AAQueryInfo that uses SimpleCaptureInfo.
Definition at line 502 of file AliasAnalysis.h.
|
inline |
Definition at line 506 of file AliasAnalysis.h.