Searched refs:instruction_state (Results 1 – 1 of 1) sorted by relevance
40 struct instruction_state { struct61 struct instruction_state * Instructions; argument155 struct instruction_state * insts = &s->Instructions[inst->IP]; in update_instruction()225 s.Instructions = memory_pool_malloc(&c->Pool, sizeof(struct instruction_state)*nr_instructions); in rc_dataflow_deadcode()226 memset(s.Instructions, 0, sizeof(struct instruction_state)*nr_instructions); in rc_dataflow_deadcode()