Home
last modified time | relevance | path

Searched refs:alloc_instruction (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/tools/smatch/src/
H A Dlinearize.c45 static struct instruction *alloc_instruction(int opcode, int size) in alloc_instruction() function
61 struct instruction *insn = alloc_instruction(opcode, type_size(type)); in alloc_typed_instruction()
637 struct instruction *br = alloc_instruction(OP_BR, 0); in add_goto()
685 br = alloc_instruction(OP_BR, 0); in insert_branch()
757 br = alloc_instruction(OP_CBR, 0); in add_branch()
1544 insn = alloc_instruction(OP_CONTEXT, 0); in linearize_call_expression()
2055 struct instruction *insn = alloc_instruction(OP_CONTEXT, 0); in linearize_context()
2066 struct instruction *insn = alloc_instruction(OP_RANGE, 0); in linearize_range()
2114 insn = alloc_instruction(OP_ASM, 0); in linearize_asm_statement()
2388 goto_ins = alloc_instruction(OP_COMPUTEDGOTO, 0); in linearize_statement()
[all …]