Searched refs:frame_stack (Results 1 – 1 of 1) sorted by relevance
179 struct etna_compile_frame frame_stack[ETNA_MAX_DEPTH]; member1031 if (c->frame_stack[sp].type == type) in find_frame()1032 return &c->frame_stack[sp]; in find_frame()1098 struct etna_compile_frame *f = &c->frame_stack[c->frame_sp++]; in trans_if()1130 struct etna_compile_frame *f = &c->frame_stack[c->frame_sp - 1]; in trans_else()1151 struct etna_compile_frame *f = &c->frame_stack[--c->frame_sp]; in trans_endif()1167 struct etna_compile_frame *f = &c->frame_stack[c->frame_sp++]; in trans_loop_bgn()1185 struct etna_compile_frame *f = &c->frame_stack[--c->frame_sp]; in trans_loop_end()