Home
last modified time | relevance | path

Searched refs:Passes (Results 1 – 25 of 32) sorted by relevance

12

/freebsd/contrib/llvm-project/llvm/tools/opt/
H A Doptdriver.cpp769 DebugifyCustomPassManager Passes; in optMain() local
773 Passes.setDebugifyMode(DebugifyMode::SyntheticDebugInfo); in optMain()
774 Passes.setDIStatsMap(DIStatsMap); in optMain()
776 Passes.setDebugifyMode(DebugifyMode::OriginalDebugInfo); in optMain()
777 Passes.setDebugInfoBeforePass(DebugInfoBeforePass); in optMain()
779 Passes.setOrigDIVerifyBugsReportFilePath(VerifyDIPreserveExport); in optMain()
786 Passes.add(new TargetLibraryInfoWrapperPass(TLII)); in optMain()
789 Passes.add(createTargetTransformInfoWrapperPass(TM ? TM->getTargetIRAnalysis() in optMain()
794 Passes.setDIStatsMap(DIStatsMap); in optMain()
795 Passes.add(createDebugifyModulePass()); in optMain()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/
H A DJITLinkGeneric.h32 std::unique_ptr<LinkGraph> G, PassConfiguration Passes) in JITLinkerBase()
33 : Ctx(std::move(Ctx)), G(std::move(G)), Passes(std::move(Passes)) { in JITLinkerBase() argument
59 PassConfiguration &getPassConfig() { return Passes; }
90 Error runPasses(LinkGraphPassList &Passes);
102 PassConfiguration Passes;
93 PassConfiguration Passes; global() variable
H A DJITLinkGeneric.cpp32 if (auto Err = runPasses(Passes.PrePrunePasses)) in linkPhase1()
48 if (auto Err = runPasses(Passes.PostPrunePasses)) in linkPhase1()
85 if (auto Err = runPasses(Passes.PostAllocationPasses)) in linkPhase2()
154 if (auto Err = runPasses(Passes.PreFixupPasses)) in linkPhase3()
171 if (auto Err = runPasses(Passes.PostFixupPasses)) in linkPhase3()
204 Error JITLinkerBase::runPasses(LinkGraphPassList &Passes) { in getExternalSymbolNames()
205 for (auto &P : Passes) in getExternalSymbolNames()
190 runPasses(LinkGraphPassList & Passes) runPasses() argument
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DPassManager.h171 PassManager(PassManager &&Arg) : Passes(std::move(Arg.Passes)) {} in PassManager()
174 Passes = std::move(RHS.Passes);
180 for (unsigned Idx = 0, Size = Passes.size(); Idx != Size; ++Idx) { in printPipeline()
181 auto *P = Passes[Idx].get(); in printPipeline()
200 Passes.push_back(std::unique_ptr<PassConceptT>( in addPass()
212 for (auto &P : Pass.Passes) in addPass()
213 Passes.push_back(std::move(P)); in addPass()
217 bool isEmpty() const { return Passes.empty(); } in isEmpty()
225 std::vector<std::unique_ptr<PassConceptT>> Passes; variable
H A DPassManagerImpl.h72 for (auto &Pass : Passes) { in run()
/freebsd/contrib/llvm-project/llvm/tools/bugpoint/
H A DOptimizerDriver.cpp131 const std::vector<std::string> &Passes, in runPasses() argument
219 for (std::vector<std::string>::const_iterator I = Passes.begin(), in runPasses()
220 E = Passes.end(); in runPasses()
272 BugDriver::runPassesOn(Module *M, const std::vector<std::string> &Passes, in runPassesOn() argument
275 if (runPasses(*M, Passes, BitcodeResult, false /*delete*/, true /*quiet*/, in runPassesOn()
H A DBugDriver.cpp67 std::string llvm::getPassesString(const std::vector<std::string> &Passes) { in getPassesString() argument
69 for (unsigned i = 0, e = Passes.size(); i != e; ++i) { in getPassesString()
73 Result += Passes[i]; in getPassesString()
H A DExtractFunction.cpp111 std::vector<std::string> Passes; in deleteInstructionFromProgram() local
115 Passes.push_back("dce"); in deleteInstructionFromProgram()
117 Passes.push_back("simplifycfg"); // Delete dead control flow in deleteInstructionFromProgram()
119 Passes.push_back("verify"); in deleteInstructionFromProgram()
120 std::unique_ptr<Module> New = runPassesOn(Clone.get(), Passes); in deleteInstructionFromProgram()
H A DBugDriver.h206 const std::vector<std::string> &Passes,
268 std::string getPassesString(const std::vector<std::string> &Passes);
/freebsd/contrib/llvm-project/llvm/lib/Passes/
H A DPassBuilderBindings.cpp47 LLVMErrorRef LLVMRunPasses(LLVMModuleRef M, const char *Passes, in DEFINE_SIMPLE_CONVERSION_FUNCTIONS()
75 if (auto Err = PB.parsePassPipeline(MPM, Passes)) { in DEFINE_SIMPLE_CONVERSION_FUNCTIONS()
/freebsd/contrib/llvm-project/llvm/include/llvm-c/Transforms/
H A DPassBuilder.h49 LLVMErrorRef LLVMRunPasses(LLVMModuleRef M, const char *Passes,
/freebsd/contrib/llvm-project/clang/lib/Format/
H A DQualifierAlignmentFixer.cpp29 SmallVectorImpl<AnalyzerPass> &Passes) { in addQualifierAlignmentFixerPasses() argument
38 Passes.emplace_back( in addQualifierAlignmentFixerPasses()
47 Passes.emplace_back( in addQualifierAlignmentFixerPasses()
H A DQualifierAlignmentFixer.h28 SmallVectorImpl<AnalyzerPass> &Passes);
H A DFormat.cpp3678 SmallVector<AnalyzerPass, 16> Passes; in reformat() local
3680 Passes.emplace_back([&](const Environment &Env) { in reformat()
3686 addQualifierAlignmentFixerPasses(Expanded, Passes); in reformat()
3691 Passes.emplace_back([&, S = std::move(S)](const Environment &Env) { in reformat()
3699 Passes.emplace_back([&, S = std::move(S)](const Environment &Env) { in reformat()
3707 Passes.emplace_back([&, S = std::move(S)](const Environment &Env) { in reformat()
3715 Passes.emplace_back([&, S = std::move(S)](const Environment &Env) { in reformat()
3721 Passes.emplace_back([&](const Environment &Env) { in reformat()
3727 Passes.emplace_back([&](const Environment &Env) { in reformat()
3734 Passes.emplace_back([&](const Environment &Env) { in reformat()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachinePassManager.cpp146 for (auto &Pass : Passes) { in run()
/freebsd/contrib/llvm-project/lldb/source/Plugins/TraceExporter/docs/
H A Dhtr.rst29 Passes chapter
/freebsd/contrib/llvm-project/llvm/include/llvm/Passes/
H A DTargetPassRegistry.inc12 // #include "llvm/Passes/TargetPassRegistry.inc"
/freebsd/crypto/openssl/doc/man1/
H A Dopenssl-mac.pod.in64 Passes options to the MAC algorithm.
H A Dopenssl-kdf.pod.in68 Passes options to the KDF algorithm.
H A Dopenssl-dgst.pod.in169 Passes options to MAC algorithm, specified by B<-mac> key.
H A Dopenssl-fipsinstall.pod.in119 Passes options to the MAC algorithm.
/freebsd/contrib/googletest/googletest/test/
H A Dgoogletest-output-test_.cc97 TEST_P(EmptyBasenameParamInst, Passes) { EXPECT_EQ(1, GetParam()); } in TEST_P() argument
/freebsd/contrib/tcsh/
H A DNewThings169 * Passes lint... At least on a sun.
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DCGSCCPassManager.cpp81 for (auto &Pass : Passes) { in run()
/freebsd/lib/clang/libllvm/
H A DMakefile1050 SRCS_MIN+= Passes/OptimizationLevel.cpp
1051 SRCS_MIN+= Passes/PassBuilder.cpp
1052 SRCS_MIN+= Passes/PassBuilderPipelines.cpp
1053 SRCS_MIN+= Passes/PassPlugin.cpp
1054 SRCS_MIN+= Passes/StandardInstrumentations.cpp

12