Why SimplifyInference use CreateFunctionPass to create Pass

Thanks for asking! If I understand correctly, CreateFunctionPass creates a pass that applies to every single Relay function in an IRModule, which means it won’t miss any Function there