Lines Matching defs:codegen
396 static void codegen(const Config &Conf, TargetMachine *TM,
453 report_fatal_error("Failed to setup codegen");
472 // codegen. We do it by serializing partition modules to bitcode
494 codegen(C, TM.get(), AddStream, ThreadId, *MPartInCtx,
558 codegen(C, TM.get(), AddStream, 0, Mod, CombinedIndex);
617 codegen(Conf, TM.get(), AddStream, Task, Mod, CombinedIndex);
633 // Save the current module before the first codegen round.
634 // Note that the second codegen round runs only `codegen()` without
640 codegen(Conf, TM, AddStream, Task, Mod, CombinedIndex);