Home
last modified time | relevance | path

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

/external/mesa3d/src/amd/compiler/
Daco_lower_phis.cpp37 struct ssa_state { struct
38 bool checked_preds_for_uniform;
39 bool all_preds_uniform;
41 bool needs_init;
42 uint64_t cur_undef_operands;
44 unsigned phi_block_idx;
45 unsigned loop_nest_depth;
46 std::map<unsigned, unsigned> writes;
47 std::vector<Operand> latest;
48 std::vector<bool> visited;