Searched defs:if_context (Results 1 – 2 of 2) sorted by relevance
53 struct if_context { struct54 Temp cond;56 bool divergent_old;57 bool had_divergent_discard_old;58 bool had_divergent_discard_then;59 bool has_divergent_continue_old;60 bool has_divergent_continue_then;61 struct exec_info exec_old;63 unsigned BB_if_idx;64 unsigned invert_idx;[all …]
819 struct cil_context *if_context; member