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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DMemoryDependenceAnalysis.cpp831 unsigned NumSortedEntries = Cache.size(); local
845 LLVM_DEBUG(AssertSorted(Cache, NumSortedEntries));
847 std::upper_bound(Cache.begin(), Cache.begin() + NumSortedEntries,
853 if (Entry != Cache.begin() + NumSortedEntries &&
980 BasicBlock *BB, NonLocalDepInfo *Cache, unsigned NumSortedEntries) {
985 Cache->begin(), Cache->begin() + NumSortedEntries, NonLocalDepEntry(BB));
990 if (Entry != Cache->begin() + NumSortedEntries && Entry->getBB() == BB)
1049 unsigned NumSortedEntries) {
1050 switch (Cache.size() - NumSortedEntries) {
1229 unsigned NumSortedEntries local
978 GetNonLocalInfoForBlock( Instruction *QueryInst, const MemoryLocation &Loc, bool isLoad, BasicBlock *BB, NonLocalDepInfo *Cache, unsigned NumSortedEntries) argument
1048 SortNonLocalDepInfoCache(MemoryDependenceResults::NonLocalDepInfo &Cache, unsigned NumSortedEntries) argument
[all...]
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DMemoryDependenceAnalysis.h500 unsigned NumSortedEntries);

Completed in 176 milliseconds