Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Analysis/
H A DLoopAccessAnalysis.cpp1056 int NumWritePtrChecks = 0; in canCheckPtrAtRT() local
1075 ++NumWritePtrChecks; in canCheckPtrAtRT()
1083 if (NumWritePtrChecks == 0 || in canCheckPtrAtRT()
1084 (NumWritePtrChecks == 1 && NumReadPtrChecks == 0)) { in canCheckPtrAtRT()