Searched refs:InstrProfileOutput (Results 1 – 8 of 8) sorted by relevance
523 Options.InstrProfileOutput = CodeGenOpts.InstrProfileOutput; in getInstrProfOptions()770 PGOOpt = PGOOptions(CodeGenOpts.InstrProfileOutput.empty() in RunOptimizationPipeline()772 : CodeGenOpts.InstrProfileOutput, in RunOptimizationPipeline()808 PGOOpt->CSProfileGenFile = CodeGenOpts.InstrProfileOutput.empty() in RunOptimizationPipeline()810 : CodeGenOpts.InstrProfileOutput; in RunOptimizationPipeline()814 CodeGenOpts.InstrProfileOutput.empty() in RunOptimizationPipeline()816 : CodeGenOpts.InstrProfileOutput, in RunOptimizationPipeline()1172 Conf.CSIRProfile = std::move(CGOpts.InstrProfileOutput); in runThinLTOBackend()
120 std::string InstrProfileOutput; member
268 std::string InstrProfileOutput; variable
1205 void createProfileFileNameVar(Module &M, StringRef InstrProfileOutput) { in createProfileFileNameVar() argument1206 if (InstrProfileOutput.empty()) in createProfileFileNameVar()1209 ConstantDataArray::getString(M.getContext(), InstrProfileOutput, true); in createProfileFileNameVar()
756 Options.InstrProfileOutput = ProfileFile; in addPGOInstrPasses()781 Options.InstrProfileOutput = ProfileFile; in addPGOInstrPassesForO0()
1229 void createProfileFileNameVar(Module &M, StringRef InstrProfileOutput);
1269 createProfileFileNameVar(*M, Options.InstrProfileOutput); in emitInitialization()
5672 MarshallingInfoString<CodeGenOpts<"InstrProfileOutput">>;