Searched refs:InterestingDependences (Results 1 – 2 of 2) sorted by relevance
225 return RecordInterestingDependences ? &InterestingDependences : nullptr; in getInterestingDependences()270 SmallVector<Dependence, 8> InterestingDependences; variable
845 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() local1332 for (auto &Dep : *InterestingDependences) { in print()