Searched defs:DownwardsCursor (Results 1 – 1 of 1) sorted by relevance
56 struct DownwardsCursor { struct57 int source_idx; /* Current instruction to consider for moving */59 int insert_idx_clause; /* First clause instruction */60 int insert_idx; /* First instruction *after* the clause */64 RegisterDemand clause_demand;66 RegisterDemand total_demand;68 DownwardsCursor(int current_idx, RegisterDemand initial_clause_demand) in DownwardsCursor() argument