Searched refs:InstrProfileOutput (Results 1 – 8 of 8) sorted by relevance
520 Options.InstrProfileOutput = CodeGenOpts.InstrProfileOutput; in getInstrProfOptions()783 CodeGenOpts.InstrProfileOutput.empty() ? getDefaultProfileGenName() in RunOptimizationPipeline()784 : CodeGenOpts.InstrProfileOutput, in RunOptimizationPipeline()832 PGOOpt->CSProfileGenFile = CodeGenOpts.InstrProfileOutput.empty() in RunOptimizationPipeline()834 : CodeGenOpts.InstrProfileOutput; in RunOptimizationPipeline()838 CodeGenOpts.InstrProfileOutput.empty() in RunOptimizationPipeline()840 : CodeGenOpts.InstrProfileOutput, in RunOptimizationPipeline()1246 Conf.CSIRProfile = std::move(CGOpts.InstrProfileOutput); in runThinLTOBackend()
128 std::string InstrProfileOutput; member
280 std::string InstrProfileOutput; variable
1487 void createProfileFileNameVar(Module &M, StringRef InstrProfileOutput) { in createProfileFileNameVar() argument1488 if (InstrProfileOutput.empty()) in createProfileFileNameVar()1491 ConstantDataArray::getString(M.getContext(), InstrProfileOutput, true); in createProfileFileNameVar()
849 Options.InstrProfileOutput = ProfileFile; in addPGOInstrPasses()882 Options.InstrProfileOutput = ProfileFile; in addPGOInstrPassesForO0()
1291 void createProfileFileNameVar(Module &M, StringRef InstrProfileOutput);
2111 createProfileFileNameVar(M, Options.InstrProfileOutput); in emitInitialization()
7337 MarshallingInfoString<CodeGenOpts<"InstrProfileOutput">>;