Lines Matching defs:MoveState
50 struct MoveState { struct
51 RegisterDemand max_registers;
53 Block *block;
54 Instruction *current;
55 RegisterDemand *register_demand;
56 bool improved_rar;
58 std::vector<bool> depends_on;
62 std::vector<bool> RAR_dependencies;
63 std::vector<bool> RAR_dependencies_clause;
65 int source_idx;
66 int insert_idx, insert_idx_clause;
67 RegisterDemand total_demand, total_demand_clause;