Searched refs:RtCheck (Results 1 – 3 of 3) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/ |
| H A D | LoopAccessAnalysis.cpp | 172 unsigned Index, RuntimePointerChecking &RtCheck) in RuntimeCheckingPtrGroup() argument 173 : RtCheck(RtCheck), High(RtCheck.Pointers[Index].End), in RuntimeCheckingPtrGroup() 174 Low(RtCheck.Pointers[Index].Start) { in RuntimeCheckingPtrGroup() 283 const SCEV *Start = RtCheck.Pointers[Index].Start; in addPointer() 284 const SCEV *End = RtCheck.Pointers[Index].End; in addPointer() 289 const SCEV *Min0 = getMinFromExprs(Start, Low, RtCheck.SE); in addPointer() 293 const SCEV *Min1 = getMinFromExprs(End, High, RtCheck.SE); in addPointer() 537 bool createCheckForAccess(RuntimePointerChecking &RtCheck, 550 bool canCheckPtrAtRT(RuntimePointerChecking &RtCheck, ScalarEvolution *SE, 657 bool AccessAnalysis::createCheckForAccess(RuntimePointerChecking &RtCheck, in createCheckForAccess() argument [all …]
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/ |
| H A D | LoopAccessAnalysis.h | 342 RuntimeCheckingPtrGroup(unsigned Index, RuntimePointerChecking &RtCheck); 354 RuntimePointerChecking &RtCheck; member
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/ |
| H A D | LoopUtils.cpp | 1589 Value *Ptr = CG->RtCheck.Pointers[CG->Members[0]].PointerValue; in expandBounds()
|