Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Analysis/
H A 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()