Searched refs:CompilationProgress (Results 1 – 6 of 6) sorted by relevance
191 if (program->progress < CompilationProgress::after_ra) in process_live_temps_per_block()462 if (program->progress < CompilationProgress::after_ra) in live_var_analysis()
873 case CompilationProgress::after_isel: fprintf(output, "After Instruction Selection:\n"); break; in aco_print_program()874 case CompilationProgress::after_spilling: in aco_print_program()878 case CompilationProgress::after_ra: fprintf(output, "After RA:\n"); break; in aco_print_program()
2077 enum class CompilationProgress { enum2111 CompilationProgress progress;
172 program->progress = CompilationProgress::after_isel; in init_program()
1923 program->progress = CompilationProgress::after_spilling; in spill()
3089 program->progress = CompilationProgress::after_ra; in register_allocation()