Searched refs:SortedEntries (Results 1 – 1 of 1) sorted by relevance
70 BlockVector SortedEntries(Entries.begin(), Entries.end()); in getSortedEntries() local71 llvm::sort(SortedEntries, in getSortedEntries()77 return SortedEntries; in getSortedEntries()344 BlockVector SortedEntries = getSortedEntries(Entries); in makeSingleEntryLoop() local347 for (auto Block : SortedEntries) in makeSingleEntryLoop()349 if (SortedEntries.size() > 1) { in makeSingleEntryLoop()350 for (auto I = SortedEntries.begin(), E = SortedEntries.end() - 1; I != E; in makeSingleEntryLoop()378 for (auto *Entry : SortedEntries) { in makeSingleEntryLoop()394 for (auto *Entry : SortedEntries) { in makeSingleEntryLoop()