Searched refs:HPhase (Results 1 - 25 of 25) sorted by relevance

/external/chromium_org/v8/src/
H A Dhydrogen-sce.h14 class HStackCheckEliminationPhase : public HPhase {
17 : HPhase("H_Stack check elimination", graph) { }
H A Dhydrogen-mark-deoptimize.h19 class HMarkDeoptimizeOnUndefinedPhase : public HPhase {
22 : HPhase("H_Mark deoptimize on undefined", graph),
38 class HComputeChangeUndefinedToNaN : public HPhase {
41 : HPhase("H_Compute change undefined to nan", graph) {}
H A Dhydrogen-bch.h14 class HBoundsCheckHoistingPhase : public HPhase {
17 : HPhase("H_Bounds checks hoisting", graph) { }
H A Dhydrogen-canonicalize.h14 class HCanonicalizePhase : public HPhase {
17 : HPhase("H_Canonicalize", graph) { }
H A Dhydrogen-dehoist.h14 class HDehoistIndexComputationsPhase : public HPhase {
17 : HPhase("H_Dehoist index computations", graph) { }
H A Dhydrogen-load-elimination.h13 class HLoadEliminationPhase : public HPhase {
16 : HPhase("H_Load elimination", graph) { }
H A Dhydrogen-mark-unreachable.h14 class HMarkUnreachableBlocksPhase : public HPhase {
17 : HPhase("H_Mark unreachable blocks", graph) { }
H A Dhydrogen-redundant-phi.h16 class HRedundantPhiEliminationPhase : public HPhase {
19 : HPhase("H_Redundant phi elimination", graph) { }
H A Dhydrogen-removable-simulates.h14 class HMergeRemovableSimulatesPhase : public HPhase {
17 : HPhase("H_Merge removable simulates", graph) { }
H A Dhydrogen-representation-changes.h14 class HRepresentationChangesPhase : public HPhase {
17 : HPhase("H_Representation changes", graph) { }
H A Dhydrogen-dce.h14 class HDeadCodeEliminationPhase : public HPhase {
17 : HPhase("H_Dead code elimination", graph) { }
H A Dhydrogen-infer-representation.h14 class HInferRepresentationPhase : public HPhase {
17 : HPhase("H_Infer representations", graph),
H A Dhydrogen-infer-types.h14 class HInferTypesPhase : public HPhase {
17 : HPhase("H_Inferring types", graph), worklist_(8, zone()),
H A Dhydrogen-store-elimination.h14 class HStoreEliminationPhase : public HPhase {
17 : HPhase("H_Store elimination", graph),
H A Dhydrogen-uint32-analysis.h16 class HUint32AnalysisPhase : public HPhase {
19 : HPhase("H_Compute safe UInt32 operations", graph), phis_(4, zone()) { }
H A Dhydrogen-bce.h29 class HBoundsCheckEliminationPhase : public HPhase {
32 : HPhase("H_Bounds checks elimination", graph), table_(zone()) { }
H A Dhydrogen-range-analysis.h14 class HRangeAnalysisPhase : public HPhase {
17 : HPhase("H_Range analysis", graph), changed_ranges_(16, zone()),
H A Dhydrogen-check-elimination.h16 class HCheckEliminationPhase : public HPhase {
19 : HPhase("H_Check Elimination", graph), aliasing_(),
H A Dhydrogen-escape-analysis.h15 class HEscapeAnalysisPhase : public HPhase {
18 : HPhase("H_Escape analysis", graph),
H A Dhydrogen-environment-liveness.h23 class HEnvironmentLivenessAnalysisPhase : public HPhase {
H A Dhydrogen-gvn.h114 class HGlobalValueNumberingPhase FINAL : public HPhase {
H A Dhydrogen-environment-liveness.cc15 : HPhase("H_Environment liveness analysis", graph),
H A Dhydrogen-gvn.cc486 : HPhase("H_Global value numbering", graph),
H A Dhydrogen.h2794 class HPhase : public CompilationPhase { class in namespace:v8::internal
2796 HPhase(const char* name, HGraph* graph) function in class:v8::internal::HPhase
2799 ~HPhase();
2807 DISALLOW_COPY_AND_ASSIGN(HPhase);
H A Dhydrogen.cc3862 HPhase phase("H_Assign dominators", this);
4420 HPhase phase("H_Restore actual values", this);
12519 HPhase::~HPhase() {

Completed in 528 milliseconds