libFirm 1.20
|
Functions | |
ir_type * | get_code_type (void) |
Returns the code type. | |
int | is_code_type (const ir_type *tp) |
Checks whether a type is a code type. | |
const tp_op * | get_tpop_code_type (void) |
Returns type opcode for code type. | |
Variables | |
const tp_op * | tpop_code |
The code type is used to mark pieces of code (basic blocks) |
ir_type* get_code_type | ( | void | ) |
Returns the code type.
int is_code_type | ( | const ir_type * | tp | ) |
Checks whether a type is a code type.