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

/external/llvm/include/llvm/Analysis/
H A DLoopAccessAnalysis.h225 return RecordInterestingDependences ? &InterestingDependences : nullptr;
262 //// \brief True if InterestingDependences reflects the dependences in the
264 //// InterestingDependences is invalid.
270 SmallVector<Dependence, 8> InterestingDependences; member in class:llvm::MemoryDepChecker
/external/llvm/lib/Analysis/
H A DLoopAccessAnalysis.cpp845 InterestingDependences.push_back(
848 if (InterestingDependences.size() >= MaxInterestingDependence) {
850 InterestingDependences.clear();
864 << InterestingDependences.size() << "\n");
1330 if (auto *InterestingDependences = DepChecker.getInterestingDependences()) {
1332 for (auto &Dep : *InterestingDependences) {

Completed in 87 milliseconds