Home
last modified time | relevance | path

Searched refs:ASId (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Analysis/
H A DLoopAccessAnalysis.cpp201 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 DLoopAccessAnalysis.h433 bool WritePtr, unsigned DepSetId, unsigned ASId,