/external/llvm/unittests/IR/ |
DominatorTreeTest.cpp | 195 PassManager Passes; 196 Passes.add(P); 197 Passes.run(*M);
|
/external/llvm/utils/ |
findmisopt | 11 # this script will run through all the optimizations passes that gccas 14 # different result code. When the passes have been narrowed down, 80 echo "Passes : $all_switches"
|
/external/qemu/distrib/jpeg-6b/ |
cdjpeg.h | 74 * cjpeg/djpeg may need to perform extra passes to convert to or from 76 * about these passes, but we'd like them to be counted by the progress 83 int completed_extra_passes; /* extra passes completed */
|
/external/libvpx/libvpx/ |
vpxenc.c | 976 static const arg_def_t passes = ARG_DEF("p", "passes", 1, variable 977 "Number of passes (1/2)"); 1011 &outputfile, &codecarg, &passes, &pass_arg, &fpf_name, &limit, &deadline, 1506 int passes; member in struct:global_config [all...] |
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/utils/check/ |
Assert.java | 47 * @return <code>true</code> if the check passes (does not return if the check fails) 64 * @return <code>true</code> if the check passes (does not return if the check fails) 245 * @return <code>true</code> if the check passes (does not return if the check fails) 260 * @return <code>true</code> if the check passes (does not return if the check fails) 282 * @return <code>true</code> if the check passes (does not return if the check fails)
|
/external/llvm/docs/ |
Passes.rst | 2 If Passes.html is up to date, the following "one-liner" should print 6 -e '^ <a name=".*">.*</a>$' < Passes.html >html; \ 8 open HTML, "<Passes.html" or die "open: Passes.html: $!\n"; 31 LLVM's Analysis and Transform Passes 41 LLVM provides. Optimizations are implemented as Passes that traverse some 43 The table below divides the passes that LLVM provides into three categories. 44 Analysis passes compute information that other passes can use or for debugging 45 or program visualization purposes. Transform passes can use (or invalidate [all...] |
/external/icu4c/test/perf/perldriver/ |
PerfFramework.pm | 36 if($options{"passes"}) { 37 $NUMPASSES = $options{"passes"}; 169 # run passes 337 out("$iterCount iterations/pass, $NUMPASSES passes</P>\n"); 339 out(-$iterCount, " seconds/pass, $NUMPASSES passes</P>\n"); 362 # run passes 363 print "Measuring $iterCount iterations x $NUMPASSES passes...";
|
/external/llvm/lib/Transforms/IPO/ |
PassManagerBuilder.cpp | 19 #include "llvm/Analysis/Passes.h" 33 cl::desc("Run the Loop vectorization passes")); 36 RunBBVectorization("vectorize", cl::desc("Run the BB vectorization passes")); 41 cl::desc("Run GVN instead of Early CSE after vectorization passes")); 152 // Start of CallGraph SCC passes. 293 // The IPO passes may leave cruft around. Clean up after them. 317 // Delete basic blocks, which optimization passes may have killed.
|
/external/valgrind/main/perf/ |
ffbench.c | 18 This benchmark executes a specified number of passes (default 35 follows: Float = double, Asize = 256, Passes = 20, CAPOUT not 153 #define Passes 20 /* Number of FFT/Inverse passes */ 240 int i, j, k, l, m, npasses = Passes, faedge; 322 fprintf(stdout, "%d passes. No errors in results.\n", npasses); 324 fprintf(stdout, "%d passes. %d errors in results.\n",
|
/external/llvm/include/llvm/ |
PassSupport.h | 10 // This file defines stuff that is used to define and "use" Passes. This file 218 /// Pass) that is required by passes to do their job. Analysis Groups differ 228 /// register itself normally as well. Passes may be members of multiple groups 305 /// clients that are interested in which passes get registered and unregistered 309 /// registers your object to receive callbacks indicating when passes are loaded 327 /// enumeratePasses - Iterate over the registered passes, calling the
|
/external/llvm/tools/bugpoint/ |
ExtractFunction.cpp | 86 /// series of cleanup passes (ADCE and SimplifyCFG) to eliminate any code which 116 std::vector<std::string> Passes; 120 Passes.push_back("dce"); 122 Passes.push_back("simplifycfg"); // Delete dead control flow 124 Passes.push_back("verify"); 125 Module *New = runPassesOn(Clone, Passes);
|
bugpoint.cpp | 59 // The AnalysesList is automatically populated with registered Passes by the 63 PassList(cl::desc("Passes available:"), cl::ZeroOrMore); 119 // Initialize passes
|
/external/llvm/tools/llc/ |
llc.cpp | 45 // within the corresponding llc passes, and target-specific options 177 // Initialize codegen and IR passes used by llc so that the -print-after, 313 // Build up all of the passes that we want to do to the module. 322 // Add intenal analysis passes from the target machine. 365 // Ask the target to add backend passes as necessary. 373 // Before executing passes, print the final values of the LLVM options.
|
/external/emma/core/java12/com/vladium/emma/report/ |
IItemAttribute.java | 46 boolean passes (IItem item, int criterion); // ideally, criteria should come from a double-dispatched API method in interface:IItemAttribute 99 public boolean passes (final IItem item, final int criterion) method in class:IItemAttribute.Factory.NameAttribute 164 public boolean passes (final IItem item, final int criterion) method in class:IItemAttribute.Factory.FractionAttribute
|
/bionic/libc/private/ |
KernelArgumentBlock.h | 26 // When the kernel starts the dynamic linker, it passes a pointer to a block
|
/cts/suite/audio_quality/lib/src/ |
BuiltinProcessing.cpp | 45 // pass for 5 consecutive passes
|
/development/tools/mkstubs/src/com/android/mkstubs/ |
Filter.java | 67 * Checks if the given string passes the various include/exclude rules.
|
/external/antlr/antlr-3.4/runtime/C/include/ |
antlr3parsetree.h | 53 /** The payload that the parse tree node passes around
|
/external/antlr/antlr-3.4/runtime/JavaScript/src/org/antlr/runtime/ |
ANTLRFileStream.js | 2 * Loads the contents of a file all at once and passes its contents off to
|
/external/apache-xml/src/main/java/org/apache/xalan/processor/ |
package.html | 35 contain. The StylesheetHandler then passes on each parse event to the
|
/external/bison/m4/ |
strerror.m4 | 56 dnl Detect if strerror(0) passes (that is, does not set errno, and does not
|
/external/chromium/chrome/browser/importer/ |
profile_import_process_host.h | 27 // the IO thread. It passes messages back to the |thread_id_| thread through
|
/external/chromium/chrome/browser/ui/cocoa/find_bar/ |
find_bar_bridge.h | 22 // Implementation of FindBar for the Mac. This class simply passes
|
/external/chromium/chrome/browser/ui/cocoa/tabs/ |
tab_strip_model_observer_bridge.h | 18 // notifications from |model| and passes messages to |controller| via the
|
/external/chromium/chrome/common/ |
spellcheck_messages.h | 39 // Passes some initialization params to the renderer's spellchecker. This can
|