Searched refs:SortedEntries (Results 1 – 1 of 1) sorted by relevance
71 BlockVector SortedEntries(Entries.begin(), Entries.end()); in getSortedEntries() local72 llvm::sort(SortedEntries, in getSortedEntries()78 return SortedEntries; in getSortedEntries()343 BlockVector SortedEntries = getSortedEntries(Entries); in makeSingleEntryLoop() local346 for (auto *Block : SortedEntries) in makeSingleEntryLoop()348 if (SortedEntries.size() > 1) { in makeSingleEntryLoop()349 for (auto I = SortedEntries.begin(), E = SortedEntries.end() - 1; I != E; in makeSingleEntryLoop()377 for (auto *Entry : SortedEntries) { in makeSingleEntryLoop()393 for (auto *Entry : SortedEntries) { in makeSingleEntryLoop()