Home
last modified time | relevance | path

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

/aosp_15_r20/external/mesa3d/src/amd/compiler/
H A Daco_scheduler.cpp68 struct UpwardsCursor { struct
69 int source_idx; /* Current instruction to consider for moving */
70 int insert_idx; /* Instruction to move in front of */
73 RegisterDemand total_demand;
75 UpwardsCursor(int source_idx_) : source_idx(source_idx_) in UpwardsCursor() argument
80 bool has_insert_idx() const { return insert_idx != -1; } in has_insert_idx()