Define REG_PASS
Defined in File pass_registry.h
Define Documentation
-
REG_PASS(name, pass)
Defined registering macro to register Pass, which called by user directly.
- Parameters
name – [in] Define the name of the pass, a string which should guarantee uniqueness.
pass – [in] Define pass instance.