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.cpp182 unsigned Index, const RuntimePointerChecking &RtCheck) in RuntimeCheckingPtrGroup() argument
183 : High(RtCheck.Pointers[Index].End), Low(RtCheck.Pointers[Index].Start), in RuntimeCheckingPtrGroup()
184 AddressSpace(RtCheck.Pointers[Index] in RuntimeCheckingPtrGroup()
187 NeedsFreeze(RtCheck.Pointers[Index].NeedsFreeze) { in RuntimeCheckingPtrGroup()
518 unsigned Index, const RuntimePointerChecking &RtCheck) { in addPointer() argument
520 Index, RtCheck.Pointers[Index].Start, RtCheck.Pointers[Index].End, in addPointer()
521 RtCheck.Pointers[Index].PointerValue->getType()->getPointerAddressSpace(), in addPointer()
522 RtCheck.Pointers[Index].NeedsFreeze, *RtCheck.SE); in addPointer()
793 bool createCheckForAccess(RuntimePointerChecking &RtCheck,
808 bool canCheckPtrAtRT(RuntimePointerChecking &RtCheck, Loop *TheLoop,
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DLoopAccessAnalysis.h440 const RuntimePointerChecking &RtCheck);
448 const RuntimePointerChecking &RtCheck);