HomeSort by relevance Sort by last modified time
    Searched refs:gvn (Results 1 - 9 of 9) sorted by null

  /external/v8/test/mjsunit/regress/
regress-crbug-349465.js 5 // Flags: --allow-natives-syntax --debug-code --use-gvn
regress-gvn-ftt.js 5 // Flags: --allow-natives-syntax --track-field-types --use-gvn
regress-2612.js 29 // Flags: --nofold-constants --nouse-gvn
  /art/compiler/optimizing/
gvn.cc 17 #include "gvn.h"
33 * if there is one in the set. In GVN, we would say those instructions have the
366 // Per-block GVN. Will also update the ValueSet of the dominated and
460 // an irreducible loop, as in both cases, GVN can extend the liveness of an instruction
462 // Note that, if we're not compiling OSR, we could still do GVN and introduce
488 // the instruction is GVN'ed, we don't need to kill.
569 GlobalValueNumberer gvn(graph_->GetArena(), graph_, side_effects_);
570 gvn.Run();
optimizing_compiler.cc 59 #include "gvn.h"
455 GVNOptimization* gvn = new (arena) GVNOptimization(graph, *side_effects, "GVN_after_arch"); local
459 gvn
519 GVNOptimization* gvn = new (arena) GVNOptimization(graph, *side_effects); local
548 gvn,
    [all...]
  /external/llvm/lib/Transforms/Scalar/
GVN.cpp 1 //===- GVN.cpp - Eliminate redundant values and loads ---------------------===//
58 #define DEBUG_TYPE "gvn"
510 // GVN Pass
514 class GVN;
593 Value *MaterializeAdjustedValue(LoadInst *LI, GVN &gvn) const;
596 class GVN : public FunctionPass {
628 explicit GVN(bool noloads = false)
740 char GVN::ID = 0;
745 return new GVN(NoLoads)
    [all...]
  /external/llvm/lib/LTO/
LTOModule.cpp 257 if (GlobalVariable *gvn = dyn_cast<GlobalVariable>(op)) {
258 Constant *cn = gvn->getInitializer();
  /art/compiler/
Android.mk 53 optimizing/gvn.cc \
  /external/v8/
Android.v8common.mk 151 src/crankshaft/hydrogen-gvn.cc \

Completed in 828 milliseconds