Searched refs:NewOrderPhi (Results 1 – 1 of 1) sorted by relevance
3407 std::deque<SUnit *> NewOrderPhi; in reorderInstructions() local3410 NewOrderPhi.push_back(SU); in reorderInstructions()3417 llvm::append_range(NewOrderPhi, NewOrderI); in reorderInstructions()3418 return NewOrderPhi; in reorderInstructions()