Searched refs:InstrProfileOutput (Results 1 – 7 of 7) sorted by relevance
682 Options.InstrProfileOutput = CodeGenOpts.InstrProfileOutput; in CreatePasses()692 if (!CodeGenOpts.InstrProfileOutput.empty()) in CreatePasses()693 PMBuilder.PGOInstrGen = CodeGenOpts.InstrProfileOutput; in CreatePasses()944 PGOOpt = PGOOptions(CodeGenOpts.InstrProfileOutput.empty() in EmitAssemblyWithNewPassManager()946 : CodeGenOpts.InstrProfileOutput, in EmitAssemblyWithNewPassManager()
137 std::string InstrProfileOutput; member
971 StringRef InstrProfileOutput = Options.InstrProfileOutput; in emitInitialization() local973 if (!InstrProfileOutput.empty()) { in emitInitialization()976 ConstantDataArray::getString(M->getContext(), InstrProfileOutput, true); in emitInitialization()
209 std::string InstrProfileOutput; variable
304 Options.InstrProfileOutput = PGOInstrGen; in addPGOInstrPasses()
567 Options.InstrProfileOutput = ProfileGenFile; in addPGOInstrPasses()
787 Opts.InstrProfileOutput = in ParseCodeGenArgs()