Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Analysis/
H A DLoopAccessAnalysis.cpp172 unsigned Index, RuntimePointerChecking &RtCheck) in RuntimeCheckingPtrGroup() argument
173 : High(RtCheck.Pointers[Index].End), Low(RtCheck.Pointers[Index].Start), in RuntimeCheckingPtrGroup()
174 AddressSpace(RtCheck.Pointers[Index] in RuntimeCheckingPtrGroup()
287 Index, RtCheck.Pointers[Index].Start, RtCheck.Pointers[Index].End, in addPointer()
289 *RtCheck.SE); in addPointer()
815 unsigned NumPointers = RtCheck.Pointers.size(); in canCheckPtrAtRT()
819 if (RtCheck.Pointers[i].DependencySetId == in canCheckPtrAtRT()
820 RtCheck.Pointers[j].DependencySetId) in canCheckPtrAtRT()
823 if (RtCheck.Pointers[i].AliasSetId != RtCheck.Pointers[j].AliasSetId) in canCheckPtrAtRT()
849 RtCheck.Need = CanDoRT ? RtCheck.getNumberOfChecks() != 0 : MayNeedRTCheck; in canCheckPtrAtRT()
[all …]
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DLoopAccessAnalysis.h342 RuntimeCheckingPtrGroup(unsigned Index, RuntimePointerChecking &RtCheck);
355 bool addPointer(unsigned Index, RuntimePointerChecking &RtCheck);