Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DLoopAccessAnalysis.cpp184 unsigned Index, RuntimePointerChecking &RtCheck) in RuntimeCheckingPtrGroup() argument
185 : High(RtCheck.Pointers[Index].End), Low(RtCheck.Pointers[Index].Start), in RuntimeCheckingPtrGroup()
186 AddressSpace(RtCheck.Pointers[Index] in RuntimeCheckingPtrGroup()
189 NeedsFreeze(RtCheck.Pointers[Index].NeedsFreeze) { in RuntimeCheckingPtrGroup()
424 RuntimePointerChecking &RtCheck) { in addPointer() argument
426 Index, RtCheck.Pointers[Index].Start, RtCheck.Pointers[Index].End, in addPointer()
427 RtCheck.Pointers[Index].PointerValue->getType()->getPointerAddressSpace(), in addPointer()
428 RtCheck.Pointers[Index].NeedsFreeze, *RtCheck.SE); in addPointer()
694 bool createCheckForAccess(RuntimePointerChecking &RtCheck,
706 bool canCheckPtrAtRT(RuntimePointerChecking &RtCheck, ScalarEvolution *SE,
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DLoopAccessAnalysis.h402 RuntimeCheckingPtrGroup(unsigned Index, RuntimePointerChecking &RtCheck);
409 bool addPointer(unsigned Index, RuntimePointerChecking &RtCheck);