Searched defs:UntyperPhase (Results 1 – 1 of 1) sorted by relevance
1252 struct UntyperPhase { struct1253 static const char* phase_name() { return "untyper"; } in phase_name()1255 void Run(PipelineData* data, Zone* temp_zone) { in Run()