Home
last modified time | relevance | path

Searched defs:hook_free_ir_op (Results 1 – 1 of 1) sorted by relevance

/dports/devel/libfirm/libfirm-1.21.0/include/libfirm/
H A Dirhooks.h187 hook_free_ir_op, /**< type for hook_free_ir_op() hook */ enumerator
252 #define hook_free_ir_op(op) hook_exec(hook_free_ir_op, (hook_ctx_, op)) macro