Searched refs:RtCheck (Results 1 – 2 of 2) sorted by relevance
/external/llvm/include/llvm/Analysis/ |
D | LoopAccessAnalysis.h | 382 CheckingPtrGroup(unsigned Index, RuntimePointerChecking &RtCheck) in CheckingPtrGroup() 383 : RtCheck(RtCheck), High(RtCheck.Pointers[Index].End), in CheckingPtrGroup() 384 Low(RtCheck.Pointers[Index].Start) { in CheckingPtrGroup() 398 RuntimePointerChecking &RtCheck; member
|
/external/llvm/lib/Analysis/ |
D | LoopAccessAnalysis.cpp | 205 const SCEV *Start = RtCheck.Pointers[Index].Start; in addPointer() 206 const SCEV *End = RtCheck.Pointers[Index].End; in addPointer() 211 const SCEV *Min0 = getMinFromExprs(Start, Low, RtCheck.SE); in addPointer() 215 const SCEV *Min1 = getMinFromExprs(End, High, RtCheck.SE); in addPointer() 453 bool canCheckPtrAtRT(RuntimePointerChecking &RtCheck, ScalarEvolution *SE, 534 bool AccessAnalysis::canCheckPtrAtRT(RuntimePointerChecking &RtCheck, in canCheckPtrAtRT() argument 587 RtCheck.insert(TheLoop, Ptr, IsWrite, DepId, ASId, StridesMap, PSE); in canCheckPtrAtRT() 616 unsigned NumPointers = RtCheck.Pointers.size(); in canCheckPtrAtRT() 620 if (RtCheck.Pointers[i].DependencySetId == in canCheckPtrAtRT() 621 RtCheck.Pointers[j].DependencySetId) in canCheckPtrAtRT() [all …]
|