Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DGlobalMergeFunctions.cpp567 class GlobalMergeFuncPassWrapper : public ModulePass { class
572 GlobalMergeFuncPassWrapper();
587 char GlobalMergeFuncPassWrapper::ID = 0;
588 INITIALIZE_PASS_BEGIN(GlobalMergeFuncPassWrapper, "global-merge-func",
590 INITIALIZE_PASS_END(GlobalMergeFuncPassWrapper, "global-merge-func",
595 return new GlobalMergeFuncPassWrapper(); in createGlobalMergeFuncPass()
599 GlobalMergeFuncPassWrapper::GlobalMergeFuncPassWrapper() : ModulePass(ID) { in GlobalMergeFuncPassWrapper() function in GlobalMergeFuncPassWrapper
604 bool GlobalMergeFuncPassWrapper::runOnModule(Module &M) { in runOnModule()