Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Analysis/
DLoopAccessAnalysis.h183 RecordInterestingDependences(true) {} in MemoryDepChecker()
225 return RecordInterestingDependences ? &InterestingDependences : nullptr; in getInterestingDependences()
265 bool RecordInterestingDependences; variable
/external/llvm/lib/Analysis/
DLoopAccessAnalysis.cpp843 if (RecordInterestingDependences) { in areDepsSafe()
849 RecordInterestingDependences = false; in areDepsSafe()
854 if (!RecordInterestingDependences && !SafeForVectorization) in areDepsSafe()