Home
last modified time | relevance | path

Searched defs:if_context (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/mesa3d/src/amd/compiler/
H A Daco_instruction_selection.cpp53 struct if_context { struct
54 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 …]
/aosp_15_r20/external/selinux/libsepol/cil/src/
H A Dcil_internal.h819 struct cil_context *if_context; member