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

/external/llvm/lib/Analysis/
H A DMemoryDependenceAnalysis.cpp790 /// AssertSorted - This method is used when -debug is specified to verify that
792 static void AssertSorted(MemoryDependenceAnalysis::NonLocalDepInfo &Cache, function
862 DEBUG(AssertSorted(Cache));
875 DEBUG(AssertSorted(Cache, NumSortedEntries));
1251 DEBUG(AssertSorted(*Cache));
1282 DEBUG(AssertSorted(*Cache, NumSortedEntries));
1490 DEBUG(AssertSorted(*Cache));

Completed in 32 milliseconds