Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Analysis/
DLoopAccessAnalysis.h385 CheckingPtrGroup(unsigned Index, RuntimePointerChecking &RtCheck) in CheckingPtrGroup()
386 : RtCheck(RtCheck), High(RtCheck.Pointers[Index].End), in CheckingPtrGroup()
387 Low(RtCheck.Pointers[Index].Start) { in CheckingPtrGroup()
401 RuntimePointerChecking &RtCheck; member
/external/llvm/lib/Analysis/
DLoopAccessAnalysis.cpp237 const SCEV *Start = RtCheck.Pointers[Index].Start; in addPointer()
238 const SCEV *End = RtCheck.Pointers[Index].End; in addPointer()
243 const SCEV *Min0 = getMinFromExprs(Start, Low, RtCheck.SE); in addPointer()
247 const SCEV *Min1 = getMinFromExprs(End, High, RtCheck.SE); in addPointer()
485 bool canCheckPtrAtRT(RuntimePointerChecking &RtCheck, ScalarEvolution *SE,
582 bool AccessAnalysis::canCheckPtrAtRT(RuntimePointerChecking &RtCheck, in canCheckPtrAtRT() argument
634 RtCheck.insert(TheLoop, Ptr, IsWrite, DepId, ASId, StridesMap, PSE); in canCheckPtrAtRT()
663 unsigned NumPointers = RtCheck.Pointers.size(); in canCheckPtrAtRT()
667 if (RtCheck.Pointers[i].DependencySetId == in canCheckPtrAtRT()
668 RtCheck.Pointers[j].DependencySetId) in canCheckPtrAtRT()
[all …]