reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
797 if (!Cache.empty()) { 802 return Cache; 807 for (auto &Entry : Cache) 812 llvm::sort(Cache); 830 unsigned NumSortedEntries = Cache.size(); 831 LLVM_DEBUG(AssertSorted(Cache)); 844 LLVM_DEBUG(AssertSorted(Cache, NumSortedEntries)); 846 std::upper_bound(Cache.begin(), Cache.begin() + NumSortedEntries, 846 std::upper_bound(Cache.begin(), Cache.begin() + NumSortedEntries, 848 if (Entry != Cache.begin() && std::prev(Entry)->getBB() == DirtyBB) 852 if (Entry != Cache.begin() + NumSortedEntries && 893 Cache.push_back(NonLocalDepEntry(DirtyBB, Dep)); 911 return Cache;