Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DLoopAccessAnalysis.cpp716 int NumWritePtrChecks = 0; in canCheckPtrAtRT() local
735 ++NumWritePtrChecks; in canCheckPtrAtRT()
743 if (NumWritePtrChecks == 0 || in canCheckPtrAtRT()
744 (NumWritePtrChecks == 1 && NumReadPtrChecks == 0)) { in canCheckPtrAtRT()