Overview
Registers and manages custom passes (processing phase).
Header File to Be Included
1 | #include <register/register_custom_pass.h> |
Public Member Functions
PassRegistrationData() = default ~PassRegistrationData() = default PassRegistrationData(std::string pass_name) PassRegistrationData &CustomPassFn(const CustomPassFunc &custom_pass_fn) std::string GetPassName() const CustomPassFunc GetCustomPassFn() const PassRegistrationData &Stage(const CustomPassStage stage) CustomPassStage GetStage() const PassRegistrationData &CustomAllocateStreamPassFn(const CustomAllocateStreamPassFunc &allocate_stream_pass_fn) CustomAllocateStreamPassFunc GetCustomAllocateStreamPass() const
Parent topic: PassRegistrationData