HomeSort by relevance Sort by last modified time
    Searched refs:Passes (Results 51 - 57 of 57) sorted by null

1 23

  /external/swiftshader/third_party/LLVM/utils/
NewNightlyTest.pl 558 # passes, fails, and xfails.
586 # Compile passes, fails, xfails.
589 my ($Passes, $Fails, $XFails) = "";
593 $Passes .= "$TestSuiteResultLines[$x]\n";
603 return ($SSProgs, $MSProgs, $ExtProgs, $All, $Passes, $Fails, $XFails);
679 $all_tests, $passes, $fails, $xfails) = "";
682 $all_tests, $passes, $fails, $xfails) = RunNightlyTest();
787 'passing_tests' => $passes,
  /external/llvm/tools/llvm-stress/
llvm-stress.cpp 712 legacy::PassManager Passes;
713 Passes.add(createVerifierPass());
714 Passes.add(createPrintModulePass(Out->os()));
715 Passes.run(*M.get());
  /external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-stress/
llvm-stress.cpp 762 legacy::PassManager Passes;
763 Passes.add(createVerifierPass());
764 Passes.add(createPrintModulePass(Out->os()));
765 Passes.run(*M.get());
  /art/dex2oat/
dex2oat_options.cc 162 Define("--run-passes=_")
164 .IntoKey(M::Passes)
dex2oat.cc 363 UsageError(" passes for each compiled method.");
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
CGSCCPassManager.cpp 1 //===- CGSCCPassManager.cpp - Managing & running CGSCC passes -------------===//
62 // The SCC may be refined while we are running passes over it, so set up
66 for (auto &Pass : Passes) {
187 // be accessed in an SCC analysis and proxied onward to function passes.
438 // limitation and it will allow passes within the CGSCC to be a bit
465 "function passes aren't allowed to do!");
  /external/swiftshader/third_party/LLVM/
Android.mk 116 lib/CodeGen/Passes.cpp \

Completed in 569 milliseconds

1 23