Searched refs:CompilationProgress (Results 1 – 6 of 6) sorted by relevance
175 if (program->progress < CompilationProgress::after_ra) in process_live_temps_per_block()442 if (program->progress < CompilationProgress::after_ra) in live_var_analysis()
848 case CompilationProgress::after_isel: fprintf(output, "After Instruction Selection:\n"); break; in aco_print_program()849 case CompilationProgress::after_spilling: in aco_print_program()853 case CompilationProgress::after_ra: fprintf(output, "After RA:\n"); break; in aco_print_program()
154 program->progress = CompilationProgress::after_isel; in init_program()
2030 enum class CompilationProgress { enum2066 CompilationProgress progress;
1880 program->progress = CompilationProgress::after_spilling; in spill()
2878 program->progress = CompilationProgress::after_ra; in register_allocation()