Searched defs:if_context (Results 1 – 2 of 2) sorted by relevance
67 struct if_context { struct68 Temp cond;70 bool divergent_old;71 bool exec_potentially_empty_discard_old;72 bool exec_potentially_empty_break_old;73 uint16_t exec_potentially_empty_break_depth_old;75 unsigned BB_if_idx;76 unsigned invert_idx;77 bool uniform_has_then_branch;78 bool then_branch_divergent;[all …]
793 struct cil_context *if_context; member