HomeSort by relevance Sort by last modified time
    Searched refs:Analyze (Results 1 - 25 of 33) sorted by null

1 2

  /external/chromium_org/v8/src/
hydrogen-gvn.h 45 Analyze();
50 Analyze();
56 void Analyze();
scopes.h 105 static bool Analyze(CompilationInfo* info);
compiler.cc 535 return Rewriter::Rewrite(info) && Scope::Analyze(info) && GenerateCode(info);
    [all...]
hydrogen-gvn.cc 379 void HGlobalValueNumberingPhase::Analyze() {
390 // The Analyze phase of GVN can be called multiple times. Clear loop side
391 // effects before computing them to erase the contents from previous Analyze
  /external/llvm/lib/Target/Mips/
MipsAnalyzeImmediate.h 1 //===-- MipsAnalyzeImmediate.h - Analyze Immediates ------------*- C++ -*--===//
25 /// Analyze - Get an instrucion sequence to load immediate Imm. The last
28 const InstSeq &Analyze(uint64_t Imm, unsigned Size, bool LastInstrIsADDiu);
MipsAnalyzeImmediate.cpp 1 //===-- MipsAnalyzeImmediate.cpp - Analyze Immediates ---------------------===//
125 &MipsAnalyzeImmediate::Analyze(uint64_t Imm, unsigned Size,
MipsSEISelDAGToDAG.cpp 374 AnalyzeImm.Analyze(Imm, Size, false);
MipsSEInstrInfo.cpp 347 AnalyzeImm.Analyze(Imm, Size, LastInstrIsADDiu);
  /external/clang/tools/clang-check/
ClangCheck.cpp 67 static cl::opt<bool> Analyze(
68 "analyze",
206 // Running the analyzer requires --analyze. Other modes can work with the
209 Analyze ? "--analyze" : "-fsyntax-only", InsertAdjuster::BEGIN));
215 if (Analyze)
  /external/chromium_org/courgette/
analyze_stress_test 31 Analyze the logfile of a stress test and produce metrics.
  /external/llvm/lib/CodeGen/
MachineLoopInfo.cpp 39 LI.Analyze(getAnalysis<MachineDominatorTree>().getBase());
  /external/chromium_org/chrome/browser/extensions/api/web_request/
web_request_time_tracker.h 93 // Called after a request finishes, to analyze the delays and warn the user
95 void Analyze(int64 request_id);
web_request_time_tracker.cc 154 Analyze(request_id);
169 void ExtensionWebRequestTimeTracker::Analyze(int64 request_id) {
  /external/chromium_org/tools/heapcheck/
heapcheck_test.py 67 def Analyze(self, log_lines, check_sanity=False):
70 Analyze() searches the logs for leak reports and tries to apply
75 report starting with SANITY_TEST_SUPPRESSION. If there isn't one, Analyze
213 analyze_retcode = self.Analyze(log_file, check_sanity)
217 logging.error("Analyze failed.")
  /external/chromium_org/tools/valgrind/
valgrind_test.py 68 def Analyze(self, check_sanity=False):
183 analyze_retcode = self.Analyze(check_sanity)
186 logging.error("Analyze failed.")
205 """Call this to run through the whole process: Setup, Execute, Analyze"""
429 # separate log files for different UI tests at the analyze stage.
573 def Analyze(self, check_sanity=False):
730 def Analyze(self, check_sanity=False):
779 def Analyze(self, check_sanity=False):
    [all...]
  /external/clang/tools/scan-build/
ccc-analyzer 165 sub Analyze {
210 my $AnalysisArgs = GetCCArgs("--analyze", \@Args);
693 Analyze($Clang, \@NewArgs, \@AnalyzeArgs, $FileLang, $Output,
698 Analyze($Clang, \@CmdArgs, \@AnalyzeArgs, $FileLang, $Output,
  /external/v8/src/
scopes.h 95 static bool Analyze(CompilationInfo* info);
hydrogen.cc 452 Analyze();
468 void Analyze() {
985 void Analyze();
989 void Analyze(HBasicBlock* block);
1012 void HRangeAnalysis::Analyze() {
1014 Analyze(graph_->entry_block());
1018 void HRangeAnalysis::Analyze(HBasicBlock* block) {
    [all...]
compiler.cc 339 return Rewriter::Rewrite(info) && Scope::Analyze(info) && GenerateCode(info);
scopes.cc 250 bool Scope::Analyze(CompilationInfo* info) {
    [all...]
  /external/llvm/include/llvm/Analysis/
LoopInfo.h 563 void Analyze(DominatorTreeBase<BlockT> &DomTree);
LoopInfoImpl.h 503 /// Analyze LoopInfo discovers loops during a postorder DominatorTree traversal
519 Analyze(DominatorTreeBase<BlockT> &DomTree) {
  /external/llvm/lib/Analysis/
LoopInfo.cpp 629 LI.Analyze(getAnalysis<DominatorTree>().getBase());
  /external/llvm/utils/TableGen/
CodeGenDAGPatterns.cpp     [all...]
  /external/zlib/src/
make_vms.com 719 $! Analyze the project map file and create the symbol vector for a shareable

Completed in 1105 milliseconds

1 2