Searched refs:runOrder (Results 1 – 1 of 1) sorted by relevance
839 std::vector<Operation> runOrder; in sortIntoRunOrder() local867 runOrder.push_back(mOperations[opIndex]); in sortIntoRunOrder()882 if (runOrder.size() != mOperations.size()) { in sortIntoRunOrder()883 CHECK_LT(runOrder.size(), mOperations.size()); in sortIntoRunOrder()892 mOperations = std::move(runOrder); in sortIntoRunOrder()