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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DMemoryDependenceAnalysis.cpp741 unsigned NumSortedEntries = Cache.size(); local
755 LLVM_DEBUG(AssertSorted(Cache, NumSortedEntries));
757 std::upper_bound(Cache.begin(), Cache.begin() + NumSortedEntries,
763 if (Entry != Cache.begin() + NumSortedEntries &&
890 BasicBlock *BB, NonLocalDepInfo *Cache, unsigned NumSortedEntries) {
900 Cache->begin(), Cache->begin() + NumSortedEntries, NonLocalDepEntry(BB));
905 if (Entry != Cache->begin() + NumSortedEntries && Entry->getBB() == BB)
975 unsigned NumSortedEntries) {
976 switch (Cache.size() - NumSortedEntries) {
1180 unsigned NumSortedEntries local
888 GetNonLocalInfoForBlock( Instruction *QueryInst, const MemoryLocation &Loc, bool isLoad, BasicBlock *BB, NonLocalDepInfo *Cache, unsigned NumSortedEntries) argument
974 SortNonLocalDepInfoCache(MemoryDependenceResults::NonLocalDepInfo &Cache, unsigned NumSortedEntries) argument
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DMemoryDependenceAnalysis.h486 unsigned NumSortedEntries);

Completed in 111 milliseconds