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

1 2

  /external/chromium_org/v8/src/
hydrogen-sce.h 37 class HStackCheckEliminationPhase : public HPhase {
40 : HPhase("H_Stack check elimination", graph) { }
hydrogen-bch.h 37 class HBoundsCheckHoistingPhase : public HPhase {
40 : HPhase("H_Bounds checks hoisting", graph) { }
hydrogen-canonicalize.h 37 class HCanonicalizePhase : public HPhase {
40 : HPhase("H_Canonicalize", graph) { }
hydrogen-dehoist.h 37 class HDehoistIndexComputationsPhase : public HPhase {
40 : HPhase("H_Dehoist index computations", graph) { }
hydrogen-deoptimizing-mark.h 39 class HPropagateDeoptimizingMarkPhase : public HPhase {
42 : HPhase("H_Propagate deoptimizing mark", graph) { }
hydrogen-redundant-phi.h 39 class HRedundantPhiEliminationPhase : public HPhase {
42 : HPhase("H_Redundant phi elimination", graph) { }
hydrogen-removable-simulates.h 37 class HMergeRemovableSimulatesPhase : public HPhase {
40 : HPhase("H_Merge removable simulates", graph) { }
hydrogen-mark-deoptimize.h 42 class HMarkDeoptimizeOnUndefinedPhase : public HPhase {
45 : HPhase("H_Mark deoptimize on undefined", graph),
61 class HComputeChangeUndefinedToNaN : public HPhase {
64 : HPhase("H_Compute change undefined to nan", graph) {}
hydrogen-dce.h 37 class HDeadCodeEliminationPhase : public HPhase {
40 : HPhase("H_Dead code elimination", graph) { }
hydrogen-infer-representation.h 37 class HInferRepresentationPhase : public HPhase {
40 : HPhase("H_Infer representations", graph),
hydrogen-minus-zero.h 37 class HComputeMinusZeroChecksPhase : public HPhase {
40 : HPhase("H_Compute minus zero checks", graph),
hydrogen-representation-changes.h 37 class HRepresentationChangesPhase : public HPhase {
40 : HPhase("H_Representation changes", graph) { }
hydrogen-infer-types.h 37 class HInferTypesPhase : public HPhase {
40 : HPhase("H_Inferring types", graph), worklist_(8, zone()),
hydrogen-uint32-analysis.h 39 class HUint32AnalysisPhase : public HPhase {
42 : HPhase("H_Compute safe UInt32 operations", graph), phis_(4, zone()) { }
hydrogen-range-analysis.h 37 class HRangeAnalysisPhase : public HPhase {
40 : HPhase("H_Range analysis", graph), changed_ranges_(16, zone()) { }
hydrogen-bce.h 52 class HBoundsCheckEliminationPhase : public HPhase {
55 : HPhase("H_Bounds checks elimination", graph), table_(zone()) { }
hydrogen-environment-liveness.h 46 class HEnvironmentLivenessAnalysisPhase : public HPhase {
hydrogen-gvn.h 40 class HGlobalValueNumberingPhase : public HPhase {
hydrogen-escape-analysis.h 38 class HEscapeAnalysisPhase : public HPhase {
41 : HPhase("H_Escape analysis", graph),
hydrogen-environment-liveness.cc 38 : HPhase("H_Environment liveness analysis", graph),
hydrogen.h     [all...]
  /external/v8/src/
hydrogen.h     [all...]
compiler.cc 264 HPhase phase(HPhase::kFullCodeGen);
299 HPhase phase(HPhase::kTotal);
lithium-allocator.cc     [all...]
hydrogen.cc 733 HPhase phase("H_Canonicalize", this);
746 HPhase phase("H_Block ordering");
808 HPhase phase("H_Assign dominators", this);
827 HPhase phase("H_Propagate deoptimizing mark", this);
840 HPhase phase("H_Redundant phi elimination", this);
874 HPhase phase("H_Unreachable phi elimination", this);
1013 HPhase phase("H_Range analysis", graph_);
    [all...]

Completed in 117 milliseconds

1 2