Searched refs:InstrProfileOutput (Results 1 – 8 of 8) sorted by relevance
505 Options.InstrProfileOutput = CodeGenOpts.InstrProfileOutput; in getInstrProfOptions()755 CodeGenOpts.InstrProfileOutput.empty() ? getDefaultProfileGenName() in RunOptimizationPipeline()756 : CodeGenOpts.InstrProfileOutput, in RunOptimizationPipeline()800 PGOOpt->CSProfileGenFile = CodeGenOpts.InstrProfileOutput.empty() in RunOptimizationPipeline()802 : CodeGenOpts.InstrProfileOutput; in RunOptimizationPipeline()807 CodeGenOpts.InstrProfileOutput.empty() in RunOptimizationPipeline()809 : CodeGenOpts.InstrProfileOutput, in RunOptimizationPipeline()1233 Conf.CSIRProfile = std::move(CGOpts.InstrProfileOutput); in runThinLTOBackend()
125 std::string InstrProfileOutput; member
276 std::string InstrProfileOutput; variable
1352 void createProfileFileNameVar(Module &M, StringRef InstrProfileOutput) { in createProfileFileNameVar() argument1353 if (InstrProfileOutput.empty()) in createProfileFileNameVar()1356 ConstantDataArray::getString(M.getContext(), InstrProfileOutput, true); in createProfileFileNameVar()
808 Options.InstrProfileOutput = ProfileFile; in addPGOInstrPasses()835 Options.InstrProfileOutput = ProfileFile; in addPGOInstrPassesForO0()
1201 void createProfileFileNameVar(Module &M, StringRef InstrProfileOutput);
1747 createProfileFileNameVar(M, Options.InstrProfileOutput); in emitInitialization()
7025 MarshallingInfoString<CodeGenOpts<"InstrProfileOutput">>;