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