pub fn apply_registered_pass<'c>(
    context: &'c Context,
    result: Type<'c>,
    target: Value<'c, '_>,
    pass_name: StringAttribute<'c>,
    location: Location<'c>
) -> ApplyRegisteredPassOperation<'c>
Expand description

Creates an apply_registered_pass operation.