Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DMergeFunctions.cpp297 class MergeFunctionsLegacyPass : public ModulePass { class
301 MergeFunctionsLegacyPass(): ModulePass(ID) { in MergeFunctionsLegacyPass() function in __anonf77405620111::MergeFunctionsLegacyPass
316 char MergeFunctionsLegacyPass::ID = 0;
317 INITIALIZE_PASS(MergeFunctionsLegacyPass, "mergefunc",
321 return new MergeFunctionsLegacyPass(); in createMergeFunctionsPass()