Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DBackendUtil.cpp682 Options.InstrProfileOutput = CodeGenOpts.InstrProfileOutput; in CreatePasses()
692 if (!CodeGenOpts.InstrProfileOutput.empty()) in CreatePasses()
693 PMBuilder.PGOInstrGen = CodeGenOpts.InstrProfileOutput; in CreatePasses()
944 PGOOpt = PGOOptions(CodeGenOpts.InstrProfileOutput.empty() in EmitAssemblyWithNewPassManager()
946 : CodeGenOpts.InstrProfileOutput, in EmitAssemblyWithNewPassManager()
/freebsd-12.1/contrib/llvm/include/llvm/Transforms/
H A DInstrumentation.h137 std::string InstrProfileOutput; member
/freebsd-12.1/contrib/llvm/lib/Transforms/Instrumentation/
H A DInstrProfiling.cpp971 StringRef InstrProfileOutput = Options.InstrProfileOutput; in emitInitialization() local
973 if (!InstrProfileOutput.empty()) { in emitInitialization()
976 ConstantDataArray::getString(M->getContext(), InstrProfileOutput, true); in emitInitialization()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Basic/
H A DCodeGenOptions.h209 std::string InstrProfileOutput; variable
/freebsd-12.1/contrib/llvm/lib/Transforms/IPO/
H A DPassManagerBuilder.cpp304 Options.InstrProfileOutput = PGOInstrGen; in addPGOInstrPasses()
/freebsd-12.1/contrib/llvm/lib/Passes/
H A DPassBuilder.cpp567 Options.InstrProfileOutput = ProfileGenFile; in addPGOInstrPasses()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Frontend/
H A DCompilerInvocation.cpp787 Opts.InstrProfileOutput = in ParseCodeGenArgs()