order

fun order(): List<List<KClass<out Pass<*>>>>

Order the passes. This function honors

Return

a sorted list of passes, with passes that can be run in parallel together in a nested list.

Throws

if the passes cannot be ordered.