Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DLoopAccessAnalysis.cpp2643 bool DepsAreSafe = true; in analyzeLoop() local
2646 DepsAreSafe = DepChecker->areDepsSafe(DependentAccesses, in analyzeLoop()
2649 if (!DepsAreSafe && DepChecker->shouldRetryWithRuntimeCheck()) { in analyzeLoop()
2671 DepsAreSafe = true; in analyzeLoop()
2683 if (DepsAreSafe) { in analyzeLoop()