Searched refs:MergeFunctions (Results 1 – 9 of 9) sorted by relevance
195 class MergeFunctions { class197 MergeFunctions() : FnTree(FunctionNodeCmp(&GlobalNumbers)) { in MergeFunctions() function in __anonc9c4572e0111::MergeFunctions306 MergeFunctions MF; in run()313 bool MergeFunctions::doFunctionalCheck(std::vector<WeakTrackingVH> &Worklist) { in doFunctionalCheck()413 bool MergeFunctions::runOnModule(Module &M) { in runOnModule()472 void MergeFunctions::replaceDirectCallers(Function *Old, Function *New) { in replaceDirectCallers()515 void MergeFunctions::eraseInstsUnrelatedToPDI( in eraseInstsUnrelatedToPDI()545 void MergeFunctions::eraseTail(Function *G) { in eraseTail()567 void MergeFunctions::filterInstsUnrelatedToPDI( in filterInstsUnrelatedToPDI()732 void MergeFunctions::writeThunk(Function *F, Function *G) { in writeThunk()[all …]
139 LLVMBool MergeFunctions) { in LLVMPassBuilderOptionsSetMergeFunctions() argument140 unwrap(Options)->PTO.MergeFunctions = MergeFunctions; in LLVMPassBuilderOptionsSetMergeFunctions()
322 MergeFunctions = EnableMergeFunctions; in PipelineTuningOptions()1550 if (PTO.MergeFunctions) in buildModuleOptimizationPipeline()2050 if (PTO.MergeFunctions) in buildLTODefaultPipeline()2104 if (PTO.MergeFunctions) in buildO0DefaultPipeline()
100 LLVMBool MergeFunctions);
85 bool MergeFunctions; variable
855 PTO.MergeFunctions = CodeGenOpts.MergeFunctions; in RunOptimizationPipeline()
178 CODEGENOPT(MergeFunctions , 1, 0) ///< Set when -fmerge-functions is enabled.
1757 SRCS_MIN+= Transforms/IPO/MergeFunctions.cpp
7174 MarshallingInfoFlag<CodeGenOpts<"MergeFunctions">>;