Home
last modified time | relevance | path

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

/external/llvm/lib/Analysis/
DMemoryDependenceAnalysis.cpp861 unsigned NumSortedEntries = Cache.size(); in getNonLocalCallDependency() local
875 DEBUG(AssertSorted(Cache, NumSortedEntries)); in getNonLocalCallDependency()
877 std::upper_bound(Cache.begin(), Cache.begin()+NumSortedEntries, in getNonLocalCallDependency()
883 if (Entry != Cache.begin()+NumSortedEntries && in getNonLocalCallDependency()
1009 BasicBlock *BB, NonLocalDepInfo *Cache, unsigned NumSortedEntries) { in GetNonLocalInfoForBlock() argument
1014 std::upper_bound(Cache->begin(), Cache->begin()+NumSortedEntries, in GetNonLocalInfoForBlock()
1020 if (Entry != Cache->begin()+NumSortedEntries && Entry->getBB() == BB) in GetNonLocalInfoForBlock()
1078 unsigned NumSortedEntries) { in SortNonLocalDepInfoCache() argument
1079 switch (Cache.size() - NumSortedEntries) { in SortNonLocalDepInfoCache()
1250 unsigned NumSortedEntries = Cache->size(); in getNonLocalPointerDepFromBB() local
[all …]
/external/llvm/include/llvm/Analysis/
DMemoryDependenceAnalysis.h456 unsigned NumSortedEntries);