Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DMergeFunctions.cpp193 class MergeFunctions { class
195 MergeFunctions() : FnTree(FunctionNodeCmp(&GlobalNumbers)) { in MergeFunctions() function in __anonc9c4572e0111::MergeFunctions
316 SmallPtrSet<GlobalValue *, 4> &MergeFunctions::getUsed() { return Used; } in getUsed()
319 MergeFunctions MF; in runOnModule()
329 MergeFunctions MF; in runOnFunctions()
334 bool MergeFunctions::doFunctionalCheck(std::vector<WeakTrackingVH> &Worklist) { in doFunctionalCheck()
437 template <typename FuncContainer> bool MergeFunctions::run(FuncContainer &M) { in run()
492 MergeFunctions::runOnFunctions(ArrayRef<Function *> F) { in runOnFunctions()
499 void MergeFunctions::replaceDirectCallers(Function *Old, Function *New) { in replaceDirectCallers()
515 void MergeFunctions::eraseInstsUnrelatedToPDI( in eraseInstsUnrelatedToPDI()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Passes/
H A DPassBuilderBindings.cpp180 LLVMBool MergeFunctions) { in LLVMPassBuilderOptionsSetMergeFunctions() argument
181 unwrap(Options)->PTO.MergeFunctions = MergeFunctions; in LLVMPassBuilderOptionsSetMergeFunctions()
H A DPassBuilderPipelines.cpp321 MergeFunctions = EnableMergeFunctions; in PipelineTuningOptions()
1622 if (PTO.MergeFunctions) in buildModuleOptimizationPipeline()
2185 if (PTO.MergeFunctions) in buildLTODefaultPipeline()
2257 if (PTO.MergeFunctions) in buildO0DefaultPipeline()
/freebsd/contrib/llvm-project/llvm/include/llvm-c/Transforms/
H A DPassBuilder.h129 LLVMBool MergeFunctions);
/freebsd/contrib/llvm-project/llvm/include/llvm/Passes/
H A DPassBuilder.h89 bool MergeFunctions; variable
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DBackendUtil.cpp905 PTO.MergeFunctions = CodeGenOpts.MergeFunctions; in RunOptimizationPipeline()
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DCodeGenOptions.def175 CODEGENOPT(MergeFunctions , 1, 0, Benign) ///< Set when -fmerge-functions is enabled.
/freebsd/lib/clang/libllvm/
H A DMakefile1900 SRCS_MIN+= Transforms/IPO/MergeFunctions.cpp
/freebsd/contrib/llvm-project/clang/include/clang/Driver/
H A DOptions.td7711 MarshallingInfoFlag<CodeGenOpts<"MergeFunctions">>;