Home
last modified time | relevance | path

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

/third_party/mesa3d/src/amd/compiler/
Daco_scheduler.cpp80 struct UpwardsCursor { struct
81 int source_idx; /* Current instruction to consider for moving */
82 int insert_idx; /* Instruction to move in front of */
85 RegisterDemand total_demand;
87 UpwardsCursor(int source_idx_) : source_idx(source_idx_) in UpwardsCursor() function
92 bool has_insert_idx() const { return insert_idx != -1; } in has_insert_idx()