Lines Matching defs:MIR
404 reportError("input language must be '', 'IR' or 'MIR'");
450 std::unique_ptr<MIRParser> MIR;
455 // Set attributes on functions as loaded from MIR from command line arguments.
563 MIR = createMIRParserFromFile(InputFilename, Err, Context,
565 if (MIR)
566 M = MIR->parseIRModule(SetDataLayout);
651 return compileModuleWithNewPM(argv[0], std::move(M), std::move(MIR),
683 if (!MIR) {
719 if (MIR) {
721 if (MIR->parseMachineFunctions(*M, MMIWP->getMMI()))