Searched defs:if_context (Results 1 – 2 of 2) sorted by relevance
69 struct if_context { struct70 Temp cond;72 bool divergent_old;73 bool exec_potentially_empty_discard_old;74 bool exec_potentially_empty_break_old;75 bool had_divergent_discard_old;76 bool had_divergent_discard_then;77 uint16_t exec_potentially_empty_break_depth_old;79 unsigned BB_if_idx;80 unsigned invert_idx;[all …]
802 struct cil_context *if_context; member