Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Analysis/
DLoopAccessAnalysis.h225 return RecordInterestingDependences ? &InterestingDependences : nullptr; in getInterestingDependences()
270 SmallVector<Dependence, 8> InterestingDependences; variable
/external/llvm/lib/Analysis/
DLoopAccessAnalysis.cpp845 InterestingDependences.push_back( in areDepsSafe()
848 if (InterestingDependences.size() >= MaxInterestingDependence) { in areDepsSafe()
850 InterestingDependences.clear(); in areDepsSafe()
864 << InterestingDependences.size() << "\n"); in areDepsSafe()
1330 if (auto *InterestingDependences = DepChecker.getInterestingDependences()) { in print() local
1332 for (auto &Dep : *InterestingDependences) { in print()