Searched refs:ClusterOrder (Results 1 – 1 of 1) sorted by relevance
589 std::vector<uint32_t> ClusterOrder; in reorderBasicBlocks() local629 ClusterOrder.push_back(I); in reorderBasicBlocks()631 std::reverse(ClusterOrder.begin(), ClusterOrder.end()); in reorderBasicBlocks()635 ClusterOrder.push_back(I); in reorderBasicBlocks()638 auto Beg = ClusterOrder.begin(); in reorderBasicBlocks()641 std::stable_sort(Beg, ClusterOrder.end(), in reorderBasicBlocks()661 for (uint32_t O : ClusterOrder) { in reorderBasicBlocks()669 for (uint32_t ClusterIndex : ClusterOrder) { in reorderBasicBlocks()696 std::vector<uint32_t> ClusterOrder; in reorderBasicBlocks() local701 ClusterOrder.push_back(I); in reorderBasicBlocks()[all …]