Searched defs:StridesMap (Results 1 - 1 of 1) sorted by relevance

/freebsd-current/contrib/llvm-project/llvm/lib/Analysis/
H A DLoopAccessAnalysis.cpp1044 findForkedPointer(PredicatedScalarEvolution &PSE, const DenseMap<Value *, const SCEV *> &StridesMap, Value *Ptr, const Loop *L) argument
1068 createCheckForAccess(RuntimePointerChecking &RtCheck, MemAccessInfo Access, Type *AccessTy, const DenseMap<Value *, const SCEV *> &StridesMap, DenseMap<Value *, unsigned> &DepSetId, Loop *TheLoop, unsigned &RunningDepId, unsigned ASId, bool ShouldCheckWrap, bool Assume) argument
1129 canCheckPtrAtRT(RuntimePointerChecking &RtCheck, ScalarEvolution *SE, Loop *TheLoop, const DenseMap<Value *, const SCEV *> &StridesMap, Value *&UncomputablePtr, bool ShouldCheckWrap) argument
1462 getPtrStride(PredicatedScalarEvolution &PSE, Type *AccessTy, Value *Ptr, const Loop *Lp, const DenseMap<Value *, const SCEV *> &StridesMap, bool Assume, bool ShouldCheckWrap) argument
[all...]

Completed in 103 milliseconds