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

/macosx-10.10.1/llvmCore-3425.0.34/lib/Analysis/
H A DMemoryDependenceAnalysis.cpp587 /// AssertSorted - This method is used when -debug is specified to verify that
589 static void AssertSorted(MemoryDependenceAnalysis::NonLocalDepInfo &Cache, function
659 DEBUG(AssertSorted(Cache));
672 DEBUG(AssertSorted(Cache, NumSortedEntries));
1014 DEBUG(AssertSorted(*Cache));
1027 DEBUG(AssertSorted(*Cache, NumSortedEntries));
1229 DEBUG(AssertSorted(*Cache));

Completed in 129 milliseconds