Searched refs:InstrProfileOutput (Results 1 – 8 of 8) sorted by relevance
510 Options.InstrProfileOutput = CodeGenOpts.InstrProfileOutput; in getInstrProfOptions()710 PGOOpt = PGOOptions(CodeGenOpts.InstrProfileOutput.empty() in RunOptimizationPipeline()712 : CodeGenOpts.InstrProfileOutput, in RunOptimizationPipeline()748 PGOOpt->CSProfileGenFile = CodeGenOpts.InstrProfileOutput.empty() in RunOptimizationPipeline()750 : CodeGenOpts.InstrProfileOutput; in RunOptimizationPipeline()754 CodeGenOpts.InstrProfileOutput.empty() in RunOptimizationPipeline()756 : CodeGenOpts.InstrProfileOutput, in RunOptimizationPipeline()1097 Conf.CSIRProfile = std::move(CGOpts.InstrProfileOutput); in runThinLTOBackend()
121 std::string InstrProfileOutput; member
248 std::string InstrProfileOutput; variable
1178 void createProfileFileNameVar(Module &M, StringRef InstrProfileOutput) { in createProfileFileNameVar() argument1179 if (InstrProfileOutput.empty()) in createProfileFileNameVar()1182 ConstantDataArray::getString(M.getContext(), InstrProfileOutput, true); in createProfileFileNameVar()
678 Options.InstrProfileOutput = ProfileFile; in addPGOInstrPasses()703 Options.InstrProfileOutput = ProfileFile; in addPGOInstrPassesForO0()
1197 void createProfileFileNameVar(Module &M, StringRef InstrProfileOutput);
1258 createProfileFileNameVar(*M, Options.InstrProfileOutput); in emitInitialization()
5508 MarshallingInfoString<CodeGenOpts<"InstrProfileOutput">>;