Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Analysis/
H A DLoopAccessAnalysis.cpp177 unsigned Index, RuntimePointerChecking &RtCheck) in RuntimeCheckingPtrGroup() argument
178 : High(RtCheck.Pointers[Index].End), Low(RtCheck.Pointers[Index].Start), in RuntimeCheckingPtrGroup()
179 AddressSpace(RtCheck.Pointers[Index] in RuntimeCheckingPtrGroup()
382 Index, RtCheck.Pointers[Index].Start, RtCheck.Pointers[Index].End, in addPointer()
384 RtCheck.Pointers[Index].NeedsFreeze, *RtCheck.SE); in addPointer()
1098 unsigned NumPointers = RtCheck.Pointers.size(); in canCheckPtrAtRT()
1102 if (RtCheck.Pointers[i].DependencySetId == in canCheckPtrAtRT()
1103 RtCheck.Pointers[j].DependencySetId) in canCheckPtrAtRT()
1106 if (RtCheck.Pointers[i].AliasSetId != RtCheck.Pointers[j].AliasSetId) in canCheckPtrAtRT()
1132 RtCheck.Need = CanDoRT ? RtCheck.getNumberOfChecks() != 0 : MayNeedRTCheck; in canCheckPtrAtRT()
[all …]
/llvm-project-15.0.7/llvm/include/llvm/Analysis/
H A DLoopAccessAnalysis.h339 RuntimeCheckingPtrGroup(unsigned Index, RuntimePointerChecking &RtCheck);
346 bool addPointer(unsigned Index, RuntimePointerChecking &RtCheck);