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

  /external/v8/src/crankshaft/
hydrogen-sce.h 14 class HStackCheckEliminationPhase : public HPhase {
17 : HPhase("H_Stack check elimination", graph) { }
hydrogen-canonicalize.h 14 class HCanonicalizePhase : public HPhase {
17 : HPhase("H_Canonicalize", graph) { }
hydrogen-dehoist.h 14 class HDehoistIndexComputationsPhase : public HPhase {
17 : HPhase("H_Dehoist index computations", graph) { }
hydrogen-load-elimination.h 13 class HLoadEliminationPhase : public HPhase {
16 : HPhase("H_Load elimination", graph) { }
hydrogen-mark-unreachable.h 14 class HMarkUnreachableBlocksPhase : public HPhase {
17 : HPhase("H_Mark unreachable blocks", graph) { }
hydrogen-removable-simulates.h 14 class HMergeRemovableSimulatesPhase : public HPhase {
17 : HPhase("H_Merge removable simulates", graph) { }
hydrogen-dce.h 14 class HDeadCodeEliminationPhase : public HPhase {
17 : HPhase("H_Dead code elimination", graph) { }
hydrogen-infer-representation.h 14 class HInferRepresentationPhase : public HPhase {
17 : HPhase("H_Infer representations", graph),
hydrogen-redundant-phi.h 16 class HRedundantPhiEliminationPhase : public HPhase {
19 : HPhase("H_Redundant phi elimination", graph) { }
hydrogen-representation-changes.h 14 class HRepresentationChangesPhase : public HPhase {
17 : HPhase("H_Representation changes", graph) { }
hydrogen-store-elimination.h 14 class HStoreEliminationPhase : public HPhase {
17 : HPhase("H_Store elimination", graph),
hydrogen-infer-types.h 14 class HInferTypesPhase : public HPhase {
17 : HPhase("H_Inferring types", graph), worklist_(8, zone()),
hydrogen-uint32-analysis.h 16 class HUint32AnalysisPhase : public HPhase {
19 : HPhase("H_Compute safe UInt32 operations", graph), phis_(4, zone()) { }
hydrogen-bce.h 29 class HBoundsCheckEliminationPhase : public HPhase {
32 : HPhase("H_Bounds checks elimination", graph), table_(zone()) { }
hydrogen-range-analysis.h 15 class HRangeAnalysisPhase : public HPhase {
18 : HPhase("H_Range analysis", graph), changed_ranges_(16, zone()),
hydrogen-check-elimination.h 16 class HCheckEliminationPhase : public HPhase {
19 : HPhase("H_Check Elimination", graph), aliasing_(),
hydrogen-escape-analysis.h 15 class HEscapeAnalysisPhase : public HPhase {
18 : HPhase("H_Escape analysis", graph),
hydrogen-environment-liveness.h 22 class HEnvironmentLivenessAnalysisPhase : public HPhase {
hydrogen-gvn.h 113 class HGlobalValueNumberingPhase final : public HPhase {
hydrogen-environment-liveness.cc 15 : HPhase("H_Environment liveness analysis", graph),
hydrogen-gvn.cc 495 : HPhase("H_Global value numbering", graph),
hydrogen.h     [all...]
hydrogen.cc     [all...]

Completed in 247 milliseconds