Searched defs:UpwardsCursor (Results 1 – 1 of 1) sorted by relevance
80 struct UpwardsCursor { struct81 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() function92 bool has_insert_idx() const { return insert_idx != -1; } in has_insert_idx()