Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DLoopAccessAnalysis.cpp713 int NumWritePtrChecks = 0; in canCheckPtrAtRT() local
729 ++NumWritePtrChecks; in canCheckPtrAtRT()
751 NeedsAliasSetRTCheck = (NumWritePtrChecks >= 2 || in canCheckPtrAtRT()
752 (NumReadPtrChecks >= 1 && NumWritePtrChecks >= 1)); in canCheckPtrAtRT()