Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
H A DMergeFunctions.cpp297 class MergeFunctionsLegacyPass : public ModulePass { class
301 MergeFunctionsLegacyPass(): ModulePass(ID) { in MergeFunctionsLegacyPass() function in __anon0a4371590111::MergeFunctionsLegacyPass
316 char MergeFunctionsLegacyPass::ID = 0;
317 INITIALIZE_PASS(MergeFunctionsLegacyPass, "mergefunc",
321 return new MergeFunctionsLegacyPass(); in createMergeFunctionsPass()