Searched refs:NewOrder (Results 1 – 3 of 3) sorted by relevance
231 unsigned NewOrder = IOM[&*I]; in runOnMachineFunction() local232 IOM[&MI] = NewOrder; in runOnMachineFunction()241 IOM[&*EndIter] = NewOrder; in runOnMachineFunction()
591 void assignBlockOrder(const std::vector<const MachineBasicBlock *> &NewOrder);3615 auto NewOrder = computeExtTspLayout(BlockSizes, BlockCounts, JumpCounts); in applyExtTsp() local3618 for (uint64_t Node : NewOrder) { in applyExtTsp()3622 calcExtTspScore(NewOrder, BlockSizes, BlockCounts, in applyExtTsp()
5204 SmallVector<unsigned> NewOrder(Slice.begin(), Slice.end()); in reorderNodeWithReuses() local5205 inversePermutation(NewOrder, NewMask); in reorderNodeWithReuses()