Home
last modified time | relevance | path

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

/external/llvm/lib/Analysis/
DLoopAccessAnalysis.cpp599 int NumReadPtrChecks = 0; in canCheckPtrAtRT() local
615 ++NumReadPtrChecks; in canCheckPtrAtRT()
652 NeedRTCheck |= (NumWritePtrChecks >= 2 || (NumReadPtrChecks >= 1 && in canCheckPtrAtRT()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
DLoopAccessAnalysis.cpp712 int NumReadPtrChecks = 0; in canCheckPtrAtRT() local
731 ++NumReadPtrChecks; in canCheckPtrAtRT()
752 (NumReadPtrChecks >= 1 && NumWritePtrChecks >= 1)); in canCheckPtrAtRT()