HomeSort by relevance Sort by last modified time
    Searched defs:Optimize (Results 1 - 5 of 5) sorted by null

  /external/llvm/tools/llvm-ld/
Optimize.cpp 1 //===- Optimize.cpp - Optimize a complete program -------------------------===//
77 /// Optimize - Perform link time optimizations. This will run the scalar
80 void Optimize(Module *M) {
  /external/chromium/chrome/browser/history/
text_database.cc 294 void TextDatabase::Optimize() {
296 "SELECT OPTIMIZE(pages) FROM pages LIMIT 1"));
  /external/regex-re2/re2/
prog.cc 174 void Prog::Optimize() {
  /external/v8/src/
runtime-profiler.cc 70 // optimize it as it is.
130 void RuntimeProfiler::Optimize(JSFunction* function, const char* reason) {
300 // ticks, optimize it now.
301 Optimize(function, "hot and stable");
303 Optimize(function, "not much type info but very hot");
316 // small, optimistically optimize it now.
317 Optimize(function, "small function");
324 // then type info might already be stable and we can optimize now.
325 Optimize(function, "stable on startup");
340 Optimize(function, "sampler window lookup")
    [all...]
  /external/mesa3d/src/mesa/main/
mtypes.h     [all...]

Completed in 993 milliseconds