Searched refs:RtCheck (Results 1 – 2 of 2) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/lib/Analysis/ |
| H A D | LoopAccessAnalysis.cpp | 178 unsigned Index, RuntimePointerChecking &RtCheck) in RuntimeCheckingPtrGroup() argument 179 : High(RtCheck.Pointers[Index].End), Low(RtCheck.Pointers[Index].Start), in RuntimeCheckingPtrGroup() 180 AddressSpace(RtCheck.Pointers[Index] in RuntimeCheckingPtrGroup() 183 NeedsFreeze(RtCheck.Pointers[Index].NeedsFreeze) { in RuntimeCheckingPtrGroup() 382 RuntimePointerChecking &RtCheck) { in addPointer() argument 384 Index, RtCheck.Pointers[Index].Start, RtCheck.Pointers[Index].End, in addPointer() 385 RtCheck.Pointers[Index].PointerValue->getType()->getPointerAddressSpace(), in addPointer() 386 RtCheck.Pointers[Index].NeedsFreeze, *RtCheck.SE); in addPointer() 653 bool createCheckForAccess(RuntimePointerChecking &RtCheck, 665 bool canCheckPtrAtRT(RuntimePointerChecking &RtCheck, ScalarEvolution *SE, [all …]
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/Analysis/ |
| H A D | LoopAccessAnalysis.h | 340 RuntimeCheckingPtrGroup(unsigned Index, RuntimePointerChecking &RtCheck); 347 bool addPointer(unsigned Index, RuntimePointerChecking &RtCheck);
|