Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DLoopAccessAnalysis.cpp354 unsigned DepSetId, unsigned ASId, in insert() argument
365 Pointers.emplace_back(Ptr, ScStart, ScEnd, WritePtr, DepSetId, ASId, PtrExpr, in insert()
796 DenseMap<Value *, unsigned> &DepSetId,
1219 DenseMap<Value *, unsigned> &DepSetId, Loop *TheLoop, in createCheckForAccess() argument
1263 unsigned &LeaderId = DepSetId[Leader]; in createCheckForAccess()
1306 DenseMap<Value *, unsigned> DepSetId; in canCheckPtrAtRT() local
1342 DepSetId, TheLoop, RunningDepId, ASId, in canCheckPtrAtRT()
1372 DepSetId, TheLoop, RunningDepId, ASId, in canCheckPtrAtRT()
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DLoopAccessAnalysis.h538 Type *AccessTy, bool WritePtr, unsigned DepSetId,