Searched refs:DepSetId (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() 651 DenseMap<Value *, unsigned> &DepSetId, 926 DenseMap<Value *, unsigned> &DepSetId, in createCheckForAccess() argument 969 unsigned &LeaderId = DepSetId[Leader]; in createCheckForAccess() 1011 DenseMap<Value *, unsigned> DepSetId; in canCheckPtrAtRT() local 1047 DepSetId, TheLoop, RunningDepId, ASId, in canCheckPtrAtRT() 1079 DepSetId, TheLoop, RunningDepId, ASId, in canCheckPtrAtRT()
|
| /llvm-project-15.0.7/llvm/include/llvm/Analysis/ |
| H A D | LoopAccessAnalysis.h | 433 bool WritePtr, unsigned DepSetId, unsigned ASId,
|