Searched refs:DepSetId (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
H A D | LoopAccessAnalysis.cpp | 263 unsigned DepSetId, unsigned ASId, in insert() argument 271 Pointers.emplace_back(Ptr, ScStart, ScEnd, WritePtr, DepSetId, ASId, PtrExpr, in insert() 697 DenseMap<Value *, unsigned> &DepSetId, 1069 DenseMap<Value *, unsigned> &DepSetId, in createCheckForAccess() argument 1110 unsigned &LeaderId = DepSetId[Leader]; in createCheckForAccess() 1153 DenseMap<Value *, unsigned> DepSetId; in canCheckPtrAtRT() local 1189 DepSetId, TheLoop, RunningDepId, ASId, in canCheckPtrAtRT() 1219 DepSetId, TheLoop, RunningDepId, ASId, in canCheckPtrAtRT()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/ |
H A D | LoopAccessAnalysis.h | 496 bool WritePtr, unsigned DepSetId, unsigned ASId,
|