Home
last modified time | relevance | path

Searched refs:MergeFunctions (Results 1 – 25 of 26) sorted by relevance

12

/openbsd-src/gnu/llvm/llvm/lib/Transforms/IPO/
H A DMergeFunctions.cpp197 class MergeFunctions { class
199 MergeFunctions() : FnTree(FunctionNodeCmp(&GlobalNumbers)) { in MergeFunctions() function in __anon5184a3a50111::MergeFunctions
310 MergeFunctions MF; in runOnModule()
327 MergeFunctions MF; in run()
334 bool MergeFunctions::doFunctionalCheck(std::vector<WeakTrackingVH> &Worklist) { in doFunctionalCheck()
411 bool MergeFunctions::runOnModule(Module &M) { in runOnModule()
471 void MergeFunctions::replaceDirectCallers(Function *Old, Function *New) { in replaceDirectCallers()
515 void MergeFunctions::eraseInstsUnrelatedToPDI( in eraseInstsUnrelatedToPDI()
534 void MergeFunctions::eraseTail(Function *G) { in eraseTail()
556 void MergeFunctions::filterInstsUnrelatedToPDI( in filterInstsUnrelatedToPDI()
[all …]
H A DPassManagerBuilder.cpp59 MergeFunctions = false; in PassManagerBuilder()
310 if (MergeFunctions) in populateModulePassManager()
431 if (MergeFunctions) in populateModulePassManager()
H A DCMakeLists.txt31 MergeFunctions.cpp
/openbsd-src/gnu/llvm/llvm/lib/Passes/
H A DPassBuilderBindings.cpp138 LLVMBool MergeFunctions) { in LLVMPassBuilderOptionsSetMergeFunctions() argument
139 unwrap(Options)->PTO.MergeFunctions = MergeFunctions; in LLVMPassBuilderOptionsSetMergeFunctions()
H A DPassBuilderPipelines.cpp291 MergeFunctions = EnableMergeFunctions; in PipelineTuningOptions()
1374 if (PTO.MergeFunctions) in buildModuleOptimizationPipeline()
1847 if (PTO.MergeFunctions) in buildLTODefaultPipeline()
1899 if (PTO.MergeFunctions) in buildO0DefaultPipeline()
/openbsd-src/gnu/llvm/llvm/include/llvm-c/Transforms/
H A DPassBuilder.h100 LLVMBool MergeFunctions);
/openbsd-src/gnu/llvm/llvm/include/llvm/Transforms/IPO/
H A DPassManagerBuilder.h102 bool MergeFunctions; variable
/openbsd-src/gnu/usr.bin/clang/libLLVMipo/
H A DMakefile38 MergeFunctions.cpp \
/openbsd-src/gnu/llvm/llvm/utils/gn/secondary/llvm/lib/Transforms/IPO/
H A DBUILD.gn52 "MergeFunctions.cpp",
/openbsd-src/gnu/llvm/llvm/docs/
H A DUserGuides.rst48 MergeFunctions
135 :doc:`MergeFunctions`
H A DMergeFunctions.rst2 MergeFunctions pass, how it works
169 MergeFunctions, main fields and runOnModule
250 The rest of the article is based on *MergeFunctions.cpp* source code
251 (found in *<llvm_dir>/lib/Transforms/IPO/MergeFunctions.cpp*). We would like
496 This comparison has been implemented in initial *MergeFunctions* pass
657 Once *MergeFunctions* detected that current function (*G*) is equal to one that
H A DPasses.rst948 :doc:`this <MergeFunctions>`
/openbsd-src/gnu/llvm/llvm/include/llvm/Passes/
H A DPassBuilder.h75 bool MergeFunctions; variable
/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DBackendUtil.cpp830 PTO.MergeFunctions = CodeGenOpts.MergeFunctions; in RunOptimizationPipeline()
/openbsd-src/gnu/llvm/clang/include/clang/Basic/
H A DCodeGenOptions.def173 CODEGENOPT(MergeFunctions , 1, 0) ///< Set when -fmerge-functions is enabled.
/openbsd-src/distrib/sets/lists/comp/
H A Dclang.amd642642 ./usr/include/llvm/Transforms/IPO/MergeFunctions.h
H A Dclang.macppc2641 ./usr/include/llvm/Transforms/IPO/MergeFunctions.h
H A Dclang.loongson2641 ./usr/include/llvm/Transforms/IPO/MergeFunctions.h
H A Dclang.octeon2641 ./usr/include/llvm/Transforms/IPO/MergeFunctions.h
H A Dclang.arm642642 ./usr/include/llvm/Transforms/IPO/MergeFunctions.h
H A Dclang.powerpc642640 ./usr/include/llvm/Transforms/IPO/MergeFunctions.h
H A Dclang.armv72640 ./usr/include/llvm/Transforms/IPO/MergeFunctions.h
H A Dclang.i3862640 ./usr/include/llvm/Transforms/IPO/MergeFunctions.h
H A Dclang.sparc642641 ./usr/include/llvm/Transforms/IPO/MergeFunctions.h
/openbsd-src/gnu/llvm/clang/include/clang/Driver/
H A DOptions.td5504 MarshallingInfoFlag<CodeGenOpts<"MergeFunctions">>;

12