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()
586 void assignBlockOrder(const std::vector<const MachineBasicBlock *> &NewOrder);3561 auto NewOrder = computeExtTspLayout(BlockSizes, BlockCounts, JumpCounts); in applyExtTsp() local3564 for (uint64_t Node : NewOrder) { in applyExtTsp()3568 calcExtTspScore(NewOrder, BlockSizes, BlockCounts, in applyExtTsp()
4296 SmallVector<unsigned> NewOrder(Slice.begin(), Slice.end()); in reorderNodeWithReuses() local4297 inversePermutation(NewOrder, NewMask); in reorderNodeWithReuses()