Searched refs:ASId (Results 1 – 2 of 2) sorted by relevance
| /llvm-project-15.0.7/llvm/lib/Analysis/ |
| H A D | LoopAccessAnalysis.cpp | 201 unsigned DepSetId, unsigned ASId, in insert() argument 239 Pointers.emplace_back(Ptr, ScStart, ScEnd, WritePtr, DepSetId, ASId, PtrExpr, in insert() 653 unsigned ASId, bool ShouldCheckStride, bool Assume); 928 unsigned ASId, bool ShouldCheckWrap, in createCheckForAccess() argument 978 RtCheck.insert(TheLoop, Ptr, PtrExpr, AccessTy, IsWrite, DepId, ASId, PSE, in createCheckForAccess() 1001 unsigned ASId = 0; in canCheckPtrAtRT() local 1006 ++ASId; in canCheckPtrAtRT() 1047 DepSetId, TheLoop, RunningDepId, ASId, in canCheckPtrAtRT() 1079 DepSetId, TheLoop, RunningDepId, ASId, in canCheckPtrAtRT() 1090 ++ASId; in canCheckPtrAtRT()
|
| /llvm-project-15.0.7/llvm/include/llvm/Analysis/ |
| H A D | LoopAccessAnalysis.h | 433 bool WritePtr, unsigned DepSetId, unsigned ASId,
|