Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DLoopAccessAnalysis.cpp2696 HasCompletePtrRtChecking = Accesses.canCheckPtrAtRT( in analyzeLoop()
2698 if (!HasCompletePtrRtChecking) { in analyzeLoop()
2726 HasCompletePtrRtChecking = in analyzeLoop()
2731 if (!HasCompletePtrRtChecking) { in analyzeLoop()
3058 if (PtrRtChecking->Need && !HasCompletePtrRtChecking) in print()
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DLoopAccessAnalysis.h819 bool HasCompletePtrRtChecking = false; variable