Home | History | Annotate | Download | only in x86

Lines Matching refs:cu

778 X86Mir2Lir::X86Mir2Lir(CompilationUnit* cu, MIRGraph* mir_graph, ArenaAllocator* arena)
779 : Mir2Lir(cu, mir_graph, arena),
870 Mir2Lir* X86CodeGenerator(CompilationUnit* const cu, MIRGraph* const mir_graph,
872 return new X86Mir2Lir(cu, mir_graph, arena);