Home
last modified time | relevance | path

Searched refs:InstrProfileOutput (Results 1 – 10 of 10) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DBackendUtil.cpp627 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()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/
H A DInstrumentation.h135 std::string InstrProfileOutput; member
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/
H A DCodeGenOptions.h233 std::string InstrProfileOutput; variable
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ProfileData/
H A DInstrProf.cpp1160 void createProfileFileNameVar(Module &M, StringRef InstrProfileOutput) { in createProfileFileNameVar() argument
1161 if (InstrProfileOutput.empty()) in createProfileFileNameVar()
1164 ConstantDataArray::getString(M.getContext(), InstrProfileOutput, true); in createProfileFileNameVar()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/
H A DPGOInstrumentation.cpp457 : ModulePass(ID), InstrProfileOutput(CSInstrName) { in PGOInstrumentationGenCreateVarLegacyPass()
464 createProfileFileNameVar(M, InstrProfileOutput); in runOnModule()
468 std::string InstrProfileOutput; member in __anon333165960111::PGOInstrumentationGenCreateVarLegacyPass
H A DInstrProfiling.cpp1140 createProfileFileNameVar(*M, Options.InstrProfileOutput); in emitInitialization()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ProfileData/
H A DInstrProf.h1148 void createProfileFileNameVar(Module &M, StringRef InstrProfileOutput);
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
H A DPassManagerBuilder.cpp367 Options.InstrProfileOutput = PGOInstrGen; in addPGOInstrPasses()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Passes/
H A DPassBuilder.cpp927 Options.InstrProfileOutput = ProfileFile; in addPGOInstrPasses()
952 Options.InstrProfileOutput = ProfileFile; in addPGOInstrPassesForO0()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Driver/
H A DOptions.td4993 MarshallingInfoString<CodeGenOpts<"InstrProfileOutput">>;