Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DBackendUtil.cpp635 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()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Transforms/
H A DInstrumentation.h135 std::string InstrProfileOutput; member
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Basic/
H A DCodeGenOptions.h233 std::string InstrProfileOutput; variable
/freebsd-13.1/contrib/llvm-project/llvm/lib/ProfileData/
H A DInstrProf.cpp1161 void createProfileFileNameVar(Module &M, StringRef InstrProfileOutput) { in createProfileFileNameVar() argument
1162 if (InstrProfileOutput.empty()) in createProfileFileNameVar()
1165 ConstantDataArray::getString(M.getContext(), InstrProfileOutput, true); in createProfileFileNameVar()
/freebsd-13.1/contrib/llvm-project/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 __anona0b2eb9f0111::PGOInstrumentationGenCreateVarLegacyPass
H A DInstrProfiling.cpp1168 createProfileFileNameVar(*M, Options.InstrProfileOutput); in emitInitialization()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DInstrProf.h1150 void createProfileFileNameVar(Module &M, StringRef InstrProfileOutput);
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DPassManagerBuilder.cpp377 Options.InstrProfileOutput = PGOInstrGen; in addPGOInstrPasses()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Passes/
H A DPassBuilder.cpp934 Options.InstrProfileOutput = ProfileFile; in addPGOInstrPasses()
959 Options.InstrProfileOutput = ProfileFile; in addPGOInstrPassesForO0()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Driver/
H A DOptions.td5050 MarshallingInfoString<CodeGenOpts<"InstrProfileOutput">>;