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 uint16_t exec_potentially_empty_break_depth_old;77 unsigned BB_if_idx;78 unsigned invert_idx;79 bool uniform_has_then_branch;80 bool then_branch_divergent;[all …]
801 struct cil_context *if_context; member