Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Analysis/
H A DLoopAccessAnalysis.cpp1004 int NumWritePtrChecks = 0; in canCheckPtrAtRT() local
1023 ++NumWritePtrChecks; in canCheckPtrAtRT()
1031 if (NumWritePtrChecks == 0 || in canCheckPtrAtRT()
1032 (NumWritePtrChecks == 1 && NumReadPtrChecks == 0)) { in canCheckPtrAtRT()