Searched refs:frame_stack (Results 1 – 1 of 1) sorted by relevance
179 struct etna_compile_frame frame_stack[ETNA_MAX_DEPTH]; member1072 if (c->frame_stack[sp].type == type) in find_frame()1073 return &c->frame_stack[sp]; in find_frame()1139 struct etna_compile_frame *f = &c->frame_stack[c->frame_sp++]; in trans_if()1171 struct etna_compile_frame *f = &c->frame_stack[c->frame_sp - 1]; in trans_else()1192 struct etna_compile_frame *f = &c->frame_stack[--c->frame_sp]; in trans_endif()1208 struct etna_compile_frame *f = &c->frame_stack[c->frame_sp++]; in trans_loop_bgn()1226 struct etna_compile_frame *f = &c->frame_stack[--c->frame_sp]; in trans_loop_end()