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. - 参数
- name – [in] Define the name of the pass, a string which should guarantee uniqueness. 
- pass – [in] Define pass instance.