Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DMergeFunctions.cpp195 class MergeFunctions { class
299 MergeFunctions MF; in run()
406 bool MergeFunctions::runOnModule(Module &M) { in runOnModule()
508 void MergeFunctions::eraseInstsUnrelatedToPDI( in eraseInstsUnrelatedToPDI()
527 void MergeFunctions::eraseTail(Function *G) { in eraseTail()
549 void MergeFunctions::filterInstsUnrelatedToPDI( in filterInstsUnrelatedToPDI()
680 void MergeFunctions::writeThunk(Function *F, Function *G) { in writeThunk()
774 void MergeFunctions::writeAlias(Function *F, Function *G) { in writeAlias()
925 bool MergeFunctions::insert(Function *NewFunction) { in insert()
957 void MergeFunctions::remove(Function *F) { in remove()
[all …]
/freebsd-14.2/contrib/llvm-project/llvm/lib/Passes/
H A DPassBuilderBindings.cpp138 LLVMBool MergeFunctions) { in LLVMPassBuilderOptionsSetMergeFunctions() argument
139 unwrap(Options)->PTO.MergeFunctions = MergeFunctions; in LLVMPassBuilderOptionsSetMergeFunctions()
H A DPassBuilderPipelines.cpp298 MergeFunctions = EnableMergeFunctions; in PipelineTuningOptions()
1469 if (PTO.MergeFunctions) in buildModuleOptimizationPipeline()
1975 if (PTO.MergeFunctions) in buildLTODefaultPipeline()
2025 if (PTO.MergeFunctions) in buildO0DefaultPipeline()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm-c/Transforms/
H A DPassBuilder.h100 LLVMBool MergeFunctions);
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Passes/
H A DPassBuilder.h83 bool MergeFunctions; variable
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DBackendUtil.cpp823 PTO.MergeFunctions = CodeGenOpts.MergeFunctions; in RunOptimizationPipeline()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Basic/
H A DCodeGenOptions.def173 CODEGENOPT(MergeFunctions , 1, 0) ///< Set when -fmerge-functions is enabled.
/freebsd-14.2/lib/clang/libllvm/
H A DMakefile1745 SRCS_MIN+= Transforms/IPO/MergeFunctions.cpp
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Driver/
H A DOptions.td6867 MarshallingInfoFlag<CodeGenOpts<"MergeFunctions">>;