Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Analysis/
H A DLoopAccessAnalysis.cpp183 unsigned Index, RuntimePointerChecking &RtCheck) in RuntimeCheckingPtrGroup() argument
184 : High(RtCheck.Pointers[Index].End), Low(RtCheck.Pointers[Index].Start), in RuntimeCheckingPtrGroup()
185 AddressSpace(RtCheck.Pointers[Index] in RuntimeCheckingPtrGroup()
420 Index, RtCheck.Pointers[Index].Start, RtCheck.Pointers[Index].End, in addPointer()
422 RtCheck.Pointers[Index].NeedsFreeze, *RtCheck.SE); in addPointer()
1242 unsigned NumPointers = RtCheck.Pointers.size(); in canCheckPtrAtRT()
1246 if (RtCheck.Pointers[i].DependencySetId == in canCheckPtrAtRT()
1247 RtCheck.Pointers[j].DependencySetId) in canCheckPtrAtRT()
1250 if (RtCheck.Pointers[i].AliasSetId != RtCheck.Pointers[j].AliasSetId) in canCheckPtrAtRT()
1276 RtCheck.Need = CanDoRT ? RtCheck.getNumberOfChecks() != 0 : MayNeedRTCheck; in canCheckPtrAtRT()
[all …]
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DLoopAccessAnalysis.h354 RuntimeCheckingPtrGroup(unsigned Index, RuntimePointerChecking &RtCheck);
361 bool addPointer(unsigned Index, RuntimePointerChecking &RtCheck);