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

/macosx-10.10.1/llvmCore-3425.0.34/lib/Analysis/
H A DMemoryDependenceAnalysis.cpp658 unsigned NumSortedEntries = Cache.size(); local
672 DEBUG(AssertSorted(Cache, NumSortedEntries));
674 std::upper_bound(Cache.begin(), Cache.begin()+NumSortedEntries,
680 if (Entry != Cache.begin()+NumSortedEntries &&
780 NonLocalDepInfo *Cache, unsigned NumSortedEntries) {
785 std::upper_bound(Cache->begin(), Cache->begin()+NumSortedEntries,
791 if (Entry != Cache->begin()+NumSortedEntries && Entry->getBB() == BB)
848 unsigned NumSortedEntries) {
849 switch (Cache.size() - NumSortedEntries) {
1013 unsigned NumSortedEntries local
778 GetNonLocalInfoForBlock(const AliasAnalysis::Location &Loc, bool isLoad, BasicBlock *BB, NonLocalDepInfo *Cache, unsigned NumSortedEntries) argument
847 SortNonLocalDepInfoCache(MemoryDependenceAnalysis::NonLocalDepInfo &Cache, unsigned NumSortedEntries) argument
[all...]
/macosx-10.10.1/llvmCore-3425.0.34/include/llvm/Analysis/
H A DMemoryDependenceAnalysis.h430 unsigned NumSortedEntries);

Completed in 179 milliseconds