Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Analysis/
H A DMemoryDependenceAnalysis.cpp755 unsigned NumSortedEntries = Cache.size(); in getNonLocalCallDependency() local
768 LLVM_DEBUG(AssertSorted(Cache, NumSortedEntries)); in getNonLocalCallDependency()
770 std::upper_bound(Cache.begin(), Cache.begin() + NumSortedEntries, in getNonLocalCallDependency()
776 if (Entry != Cache.begin() + NumSortedEntries && in getNonLocalCallDependency()
902 BasicBlock *BB, NonLocalDepInfo *Cache, unsigned NumSortedEntries, in getNonLocalInfoForBlock() argument
913 Cache->begin(), Cache->begin() + NumSortedEntries, NonLocalDepEntry(BB)); in getNonLocalInfoForBlock()
918 if (Entry != Cache->begin() + NumSortedEntries && Entry->getBB() == BB) in getNonLocalInfoForBlock()
988 unsigned NumSortedEntries) { in SortNonLocalDepInfoCache() argument
989 switch (Cache.size() - NumSortedEntries) { in SortNonLocalDepInfoCache()
1190 unsigned NumSortedEntries = Cache->size(); in getNonLocalPointerDepFromBB() local
[all …]
/openbsd-src/gnu/llvm/llvm/include/llvm/Analysis/
H A DMemoryDependenceAnalysis.h501 unsigned NumSortedEntries,