Home
last modified time | relevance | path

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

/external/mesa3d/src/amd/compiler/
Daco_instruction_selection.cpp69 struct if_context { struct
70 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 …]
/external/selinux/libsepol/cil/src/
Dcil_internal.h802 struct cil_context *if_context; member