OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:NumSortedEntries
(Results
1 - 2
of
2
) sorted by null
/external/llvm/lib/Analysis/
MemoryDependenceAnalysis.cpp
679
unsigned
NumSortedEntries
= Cache.size();
693
DEBUG(AssertSorted(Cache,
NumSortedEntries
));
695
std::upper_bound(Cache.begin(), Cache.begin()+
NumSortedEntries
,
701
if (Entry != Cache.begin()+
NumSortedEntries
&&
801
NonLocalDepInfo *Cache, unsigned
NumSortedEntries
) {
806
std::upper_bound(Cache->begin(), Cache->begin()+
NumSortedEntries
,
812
if (Entry != Cache->begin()+
NumSortedEntries
&& Entry->getBB() == BB)
[
all
...]
/external/llvm/include/llvm/Analysis/
MemoryDependenceAnalysis.h
434
unsigned
NumSortedEntries
);
Completed in 118 milliseconds