Searched defs:DownwardsCursor (Results 1 – 1 of 1) sorted by relevance
44 struct DownwardsCursor { struct45 int source_idx; /* Current instruction to consider for moving */47 int insert_idx_clause; /* First clause instruction */48 int insert_idx; /* First instruction *after* the clause */52 RegisterDemand clause_demand;54 RegisterDemand total_demand;56 DownwardsCursor(int current_idx, RegisterDemand initial_clause_demand) in DownwardsCursor() argument