Searched refs:InstrProfileOutput (Results 1 – 10 of 10) sorted by relevance
627 Options.InstrProfileOutput = CodeGenOpts.InstrProfileOutput; in getInstrProfOptions()844 if (!CodeGenOpts.InstrProfileOutput.empty()) in CreatePasses()845 PMBuilder.PGOInstrGen = CodeGenOpts.InstrProfileOutput; in CreatePasses()1205 PGOOpt = PGOOptions(CodeGenOpts.InstrProfileOutput.empty() in EmitAssemblyWithNewPassManager()1207 : CodeGenOpts.InstrProfileOutput, in EmitAssemblyWithNewPassManager()1243 PGOOpt->CSProfileGenFile = CodeGenOpts.InstrProfileOutput.empty() in EmitAssemblyWithNewPassManager()1245 : CodeGenOpts.InstrProfileOutput; in EmitAssemblyWithNewPassManager()1249 CodeGenOpts.InstrProfileOutput.empty() in EmitAssemblyWithNewPassManager()1251 : CodeGenOpts.InstrProfileOutput, in EmitAssemblyWithNewPassManager()1555 Conf.CSIRProfile = std::move(CGOpts.InstrProfileOutput); in runThinLTOBackend()
135 std::string InstrProfileOutput; member
233 std::string InstrProfileOutput; variable
1160 void createProfileFileNameVar(Module &M, StringRef InstrProfileOutput) { in createProfileFileNameVar() argument1161 if (InstrProfileOutput.empty()) in createProfileFileNameVar()1164 ConstantDataArray::getString(M.getContext(), InstrProfileOutput, true); in createProfileFileNameVar()
457 : ModulePass(ID), InstrProfileOutput(CSInstrName) { in PGOInstrumentationGenCreateVarLegacyPass()464 createProfileFileNameVar(M, InstrProfileOutput); in runOnModule()468 std::string InstrProfileOutput; member in __anon333165960111::PGOInstrumentationGenCreateVarLegacyPass
1140 createProfileFileNameVar(*M, Options.InstrProfileOutput); in emitInitialization()
1148 void createProfileFileNameVar(Module &M, StringRef InstrProfileOutput);
367 Options.InstrProfileOutput = PGOInstrGen; in addPGOInstrPasses()
927 Options.InstrProfileOutput = ProfileFile; in addPGOInstrPasses()952 Options.InstrProfileOutput = ProfileFile; in addPGOInstrPassesForO0()
4993 MarshallingInfoString<CodeGenOpts<"InstrProfileOutput">>;