Searched refs:InstrProfileOutput (Results 1 – 10 of 10) sorted by relevance
635 Options.InstrProfileOutput = CodeGenOpts.InstrProfileOutput; in getInstrProfOptions()850 if (!CodeGenOpts.InstrProfileOutput.empty()) in CreatePasses()851 PMBuilder.PGOInstrGen = CodeGenOpts.InstrProfileOutput; in CreatePasses()1213 PGOOpt = PGOOptions(CodeGenOpts.InstrProfileOutput.empty() in EmitAssemblyWithNewPassManager()1215 : CodeGenOpts.InstrProfileOutput, in EmitAssemblyWithNewPassManager()1251 PGOOpt->CSProfileGenFile = CodeGenOpts.InstrProfileOutput.empty() in EmitAssemblyWithNewPassManager()1253 : CodeGenOpts.InstrProfileOutput; in EmitAssemblyWithNewPassManager()1257 CodeGenOpts.InstrProfileOutput.empty() in EmitAssemblyWithNewPassManager()1259 : CodeGenOpts.InstrProfileOutput, in EmitAssemblyWithNewPassManager()1562 Conf.CSIRProfile = std::move(CGOpts.InstrProfileOutput); in runThinLTOBackend()
135 std::string InstrProfileOutput; member
233 std::string InstrProfileOutput; variable
1161 void createProfileFileNameVar(Module &M, StringRef InstrProfileOutput) { in createProfileFileNameVar() argument1162 if (InstrProfileOutput.empty()) in createProfileFileNameVar()1165 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 __anona0b2eb9f0111::PGOInstrumentationGenCreateVarLegacyPass
1168 createProfileFileNameVar(*M, Options.InstrProfileOutput); in emitInitialization()
1150 void createProfileFileNameVar(Module &M, StringRef InstrProfileOutput);
377 Options.InstrProfileOutput = PGOInstrGen; in addPGOInstrPasses()
934 Options.InstrProfileOutput = ProfileFile; in addPGOInstrPasses()959 Options.InstrProfileOutput = ProfileFile; in addPGOInstrPassesForO0()
5050 MarshallingInfoString<CodeGenOpts<"InstrProfileOutput">>;