Reorder stages in tvm

By default, tvm will generate the stages in the post DFS order for schedule. But this is not the only valid order of stages. The order of stages will impact many things include the structure of the Stmt and the memory plan. In some case, the default post DFS order is not the best option we have. Is there any way to reorder the stages in schedule?