HomeSort by relevance Sort by last modified time
    Searched full:passes (Results 51 - 75 of 1913) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/llvm/lib/CodeGen/
MachineFunctionPass.cpp 18 #include "llvm/CodeGen/Passes.h"
40 // MachineFunctionPass preserves all LLVM IR passes, but there's no
42 // passes explicitly. This does not include setPreservesCFG,
  /external/llvm/tools/bugpoint/
OptimizerDriver.cpp 1 //===- OptimizerDriver.cpp - Allow BugPoint to run passes safely ----------===//
10 // This file defines an interface that allows bugpoint to run various passes
95 cl::opt<bool> SilencePasses("silence-passes",
96 cl::desc("Suppress output of running passes (both stdout and stderr)"));
102 /// runPasses - Run the specified passes on Program, outputting a bitcode file
111 const std::vector<std::string> &Passes,
180 for (std::vector<std::string>::const_iterator I = Passes.begin(),
181 E = Passes.end(); I != E; ++I )
211 // If we are supposed to delete the bitcode file or if the passes crashed,
243 const std::vector<std::string> &Passes,
    [all...]
  /external/llvm/unittests/Bitcode/
BitReaderTest.cpp 59 PassManager passes; local
60 passes.add(createVerifierPass());
61 passes.run(*m);
  /dalvik/tests/083-jit-regressions/src/
Main.java 49 System.out.println("b2296099 passes");
75 System.out.println("b2302318 passes");
103 System.out.println("b2487514 passes");
122 System.out.println("b5884080 passes");
  /development/samples/JetBoy/res/values/
strings.xml 7 <string name="helpText">Help JET BOY get through the asteroid field! Blast the asteroids in time with the beat and listen to the music respond!\n\nUse your FIRE button to explode each asteroid as it passes through the laser guide.</string>
  /external/bison/doc/
yacc.1.in 12 It passes option
  /external/chromium/chrome/browser/chromeos/
external_metrics.h 47 // Passes an action event to the UMA service on the UI thread.
50 // Passes an action event to the UMA service.
60 // Passes an histogram event to the UMA service. |histogram_data| is in the
64 // Passes a linear histogram event to the UMA service. |histogram_data| is
  /external/clang/test/CXX/temp/temp.res/temp.dep.res/temp.point/
p1.cpp 7 // that GCC fails this test; EDG passes the test in strict mode, but
  /external/clang/test/CodeGenObjCXX/
debug-info.mm 3 // This test passes if clang doesn't crash.
  /external/icu4c/test/perf/unisetperf/draft/
contperf.bat 17 %PERF% Contains --type %%t -f \temp\udhr\%%f --pattern [:White_Space:] -v -e UTF-8 --passes 3 --iterations 10000
span16perf.bat 17 %PERF% SpanUTF16 --type %%t -f \temp\udhr\%%f --pattern [:White_Space:] -v -e UTF-8 --passes 3 --iterations 10000
span8perf.bat 17 %PERF% SpanUTF8 --type %%t -f \temp\udhr\%%f --pattern [:White_Space:] -v -e UTF-8 --passes 3 --iterations 10000
span8perf.sh 21 $PERF SpanUTF8 --type $type -f ~/udhr/$file -v -e UTF-8 --passes 3 --iterations 10000
  /external/llvm/test/BugPoint/
remove_arguments_test.ll 1 ; RUN: bugpoint -load %llvmshlibdir/BugpointPasses%shlibext %s -output-prefix %t -bugpoint-crashcalls -silence-passes
  /external/llvm/test/ExecutionEngine/
2003-08-21-EnvironmentTest.ll 8 ; This is a regression test that verifies that the JIT passes the
  /external/llvm/test/ExecutionEngine/MCJIT/
2003-08-21-EnvironmentTest.ll 7 ; This is a regression test that verifies that the JIT passes the
  /external/llvm/test/MC/Mips/
multi-64bit-func.ll 2 ; assert it passes.
  /external/llvm/test/Other/
optimize-options.ll 7 ; Just check that we get a non-empty set of passes for each -O opton.
  /external/llvm/tools/lto/
LTOCodeGenerator.cpp 18 #include "llvm/Analysis/Passes.h"
51 cl::desc("Do not run any optimization passes"));
303 PassManager passes; local
304 passes.add(createVerifierPass());
346 passes.add(createInternalizePass(mustPreserveList));
349 passes.run(*mergedModule);
354 /// Optimize merged modules using various IPO passes
370 // Instantiate the pass manager to organize the passes.
371 PassManager passes; local
374 passes.add(createVerifierPass())
    [all...]
  /external/webkit/LayoutTests/fast/dom/DOMImplementation/
implementation-identity.html 27 <p>If the test passes, you should see a few OK lines below.</p>
  /external/webkit/LayoutTests/fast/encoding/
denormalised-voiced-japanese-chars.html 7 This test checks that the decomposed unicode version of voiced japanese hiragana and katakana characters are rendered the same as the precomposed version. This test is a pixel-test, and passes when the text in the two heading elements are identical.
  /external/webkit/Source/WebCore/manual-tests/chromium/
select-close-popup-value-change.html 5 <p>Do the following, the test passes if the select keeps the selected value after step 4, fails if the value reverted.</p>
suggestions-popup-font-change.html 6 input field, test passes if step 2 matches expected behavior.</p>
  /external/webkit/Source/WebCore/manual-tests/
empty-link-target.html 23 <p>If the test passes, you will see a PASS message below. (It's normal for a new window to open.)</p>
image-prefetch-stress.html 17 variables. This test passes if after a certain point, the number of allocated

Completed in 331 milliseconds

1 23 4 5 6 7 8 91011>>