replacedPasses

val replacedPasses: Map<Pair<KClass<out Pass<*>>, KClass<out Language<*>>>, KClass<out Pass<*>>>

This map offers the possibility to replace certain passes for specific languages with other passes. It can either be filled with the Builder.replacePass or by using the ReplacePass annotation on a LanguageFrontend.