execute Pass Sequential
fun executePassSequential(cls: KClass<out Pass<*>>, ctx: TranslationContext, result: TranslationResult, executedFrontends: Collection<LanguageFrontend>)
Creates a new Pass (based on cls) and executes it sequentially on the nodes of result. Depending on the type of pass, this will either execute the pass directly on the overall result, loop through each component or through each translation unit.