Searched refs:MPM (Results 1 - 8 of 8) sorted by relevance

/macosx-10.10.1/llvmCore-3425.0.34/lib/Transforms/IPO/
H A DPassManagerBuilder.cpp115 void PassManagerBuilder::populateModulePassManager(PassManagerBase &MPM) { argument
119 MPM.add(Inliner);
122 addExtensionsToPM(EP_EnabledOnOptLevel0, MPM);
127 if (LibraryInfo) MPM.add(new TargetLibraryInfo(*LibraryInfo));
129 addInitialAliasAnalysisPasses(MPM);
132 addExtensionsToPM(EP_ModuleOptimizerEarly, MPM);
134 MPM.add(createGlobalOptimizerPass()); // Optimize out global vars
136 MPM.add(createIPSCCPPass()); // IP SCCP
137 MPM.add(createDeadArgEliminationPass()); // Dead argument elimination
139 MPM
368 PassManagerBase *MPM = unwrap(PM); local
[all...]
/macosx-10.10.1/llvmCore-3425.0.34/include/llvm/Transforms/IPO/
H A DPassManagerBuilder.h33 /// Builder.populateModulePassManager(MPM);
132 void populateModulePassManager(PassManagerBase &MPM);
/macosx-10.10.1/llvmCore-3425.0.34/tools/opt/
H A Dopt.cpp419 static void AddOptimizationPasses(PassManagerBase &MPM,FunctionPassManager &FPM, argument
446 Builder.populateModulePassManager(MPM);
/macosx-10.10.1/apache-793/httpd/
H A Dconfigure1934 --enable-mpms-shared=MPM-LIST
1935 Space-separated list of MPM modules to enable for
1936 dynamic loading. MPM-LIST=list | "all"
1982 --with-mpm=MPM Choose the process model for Apache to use by
1983 default. MPM={event|worker|prefork|winnt} This will
1984 be statically linked as the only available MPM
25851 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if event MPM supports this platform" >&5
25852 $as_echo_n "checking if event MPM supports this platform... " >&6; }
25860 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no - SIG_GRACEFUL cannot be used with a threaded MPM" >&5
25861 $as_echo "no - SIG_GRACEFUL cannot be used with a threaded MPM" >
[all...]
H A Dconfigure.orig1934 --enable-mpms-shared=MPM-LIST
1935 Space-separated list of MPM modules to enable for
1936 dynamic loading. MPM-LIST=list | "all"
1982 --with-mpm=MPM Choose the process model for Apache to use by
1983 default. MPM={event|worker|prefork|winnt} This will
1984 be statically linked as the only available MPM
25851 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if event MPM supports this platform" >&5
25852 $as_echo_n "checking if event MPM supports this platform... " >&6; }
25860 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no - SIG_GRACEFUL cannot be used with a threaded MPM" >&5
25861 $as_echo "no - SIG_GRACEFUL cannot be used with a threaded MPM" >
[all...]
/macosx-10.10.1/apache-793/httpd/server/mpm/winnt/
H A Dmpm_winnt.c58 #error The WinNT MPM does not currently support AP_ENABLE_V4_MAPPED
69 /* Definitions of WINNT MPM specific config globals */
213 /* This MPM supports only graceful restarts right now */
230 /* This MPM supports only graceful restarts right now */
/macosx-10.10.1/apache-793/httpd/server/mpm/worker/
H A Dworker.c17 /* The purpose of this MPM is to fix the design flaws in the threaded
50 #error The Worker MPM requires APR threads, but they are unavailable.
193 /* The worker MPM respects a couple of runtime flags that can aid
2291 /* we need to set the MPM state before other pre-config hooks use MPM query
/macosx-10.10.1/apache-793/httpd/server/mpm/event/
H A Devent.c18 * This MPM tries to fix the 'keep alive problem' in HTTP.
25 * this MPM has a dedicated thread for handling both the Listening sockets,
28 * The MPM assumes the underlying apr_pollset implementation is somewhat
30 * enables the MPM to avoid extra high level locking or having to wake up the
33 * This MPM does not perform well on older platforms that do not have very good
37 * For FreeBSD, use 5.3. It is possible to run this MPM on FreeBSD 5.2.1, if
76 #error The Event MPM requires APR threads, but they are unavailable.
326 /* The event MPM respects a couple of runtime flags that can aid
955 * filters, like the Worker MPM does. Filters that need to write
3165 /* we need to set the MPM stat
[all...]

Completed in 314 milliseconds