Searched refs:NewOrder (Results 1 – 3 of 3) sorted by relevance
229 unsigned NewOrder = IOM[&*I]; in runOnMachineFunction() local230 IOM[&MI] = NewOrder; in runOnMachineFunction()239 IOM[&*EndIter] = NewOrder; in runOnMachineFunction()
587 void assignBlockOrder(const std::vector<const MachineBasicBlock *> &NewOrder);3538 auto NewOrder = applyExtTspLayout(BlockSizes, BlockCounts, JumpCounts); in applyExtTsp() local3541 for (uint64_t Node : NewOrder) { in applyExtTsp()3545 calcExtTspScore(NewOrder, BlockSizes, BlockCounts, in applyExtTsp()
4097 SmallVector<unsigned> NewOrder(Slice.begin(), Slice.end()); in reorderNodeWithReuses() local4098 inversePermutation(NewOrder, NewMask); in reorderNodeWithReuses()