Searched refs:DownwardsCursor (Results 1 - 1 of 1) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/amd/compiler/
H A Daco_scheduler.cpp56 struct DownwardsCursor { struct in namespace:aco
68 DownwardsCursor(int current_idx, RegisterDemand initial_clause_demand) function in struct:aco::DownwardsCursor
112 DownwardsCursor downwards_init(int current_idx, bool improved_rar, bool may_form_clauses);
113 MoveResult downwards_move(DownwardsCursor&, bool clause);
114 void downwards_skip(DownwardsCursor&);
159 DownwardsCursor::verify_invariants(const RegisterDemand* register_demand)
179 DownwardsCursor
199 DownwardsCursor cursor(current_idx, register_demand[current_idx]);
208 MoveState::downwards_move(DownwardsCursor& cursor, bool add_to_clause)
282 MoveState::downwards_skip(DownwardsCursor
[all...]

Completed in 2 milliseconds