Searched refs:regalloc_ctx (Results 1 – 1 of 1) sorted by relevance
41 struct regalloc_ctx { struct80 static bool propagate_liveness_block(gpir_block *block, struct regalloc_ctx *ctx) in propagate_liveness_block()113 static void calc_liveness(struct regalloc_ctx *ctx) in calc_liveness()148 static void add_interference(struct regalloc_ctx *ctx, unsigned i, unsigned j) in add_interference()171 static void add_all_interferences(struct regalloc_ctx *ctx, in add_all_interferences()182 static void print_liveness(struct regalloc_ctx *ctx, in print_liveness()195 static void calc_interference(struct regalloc_ctx *ctx) in calc_interference()238 static bool can_simplify(struct regalloc_ctx *ctx, unsigned i) in can_simplify()244 static void push_stack(struct regalloc_ctx *ctx, unsigned i) in push_stack()263 static bool do_regalloc(struct regalloc_ctx *ctx) in do_regalloc()[all …]