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

12

/macosx-10.10.1/JavaScriptCore-7600.1.17/dfg/
H A DDFGPhase.h82 bool runPhase(Graph& graph) function in namespace:JSC::DFG
H A DDFGResurrectionForValidationPhase.cpp73 return runPhase<ResurrectionForValidationPhase>(graph);
H A DDFGCriticalEdgeBreakingPhase.cpp93 return runPhase<CriticalEdgeBreakingPhase>(graph);
H A DDFGInvalidationPointInjectionPhase.cpp108 return runPhase<InvalidationPointInjectionPhase>(graph);
H A DDFGPredictionInjectionPhase.cpp90 return runPhase<PredictionInjectionPhase>(graph);
H A DDFGStaticExecutionCountEstimationPhase.cpp100 return runPhase<StaticExecutionCountEstimationPhase>(graph);
H A DDFGUnificationPhase.cpp88 return runPhase<UnificationPhase>(graph);
H A DDFGVirtualRegisterAllocationPhase.cpp111 return runPhase<VirtualRegisterAllocationPhase>(graph);
H A DDFGCFAPhase.cpp151 return runPhase<CFAPhase>(graph);
H A DDFGLivenessAnalysisPhase.cpp161 return runPhase<LivenessAnalysisPhase>(graph);
H A DDFGLoopPreHeaderCreationPhase.cpp111 return runPhase<LoopPreHeaderCreationPhase>(graph);
H A DDFGSSALoweringPhase.cpp125 return runPhase<SSALoweringPhase>(graph);
H A DDFGStoreBarrierElisionPhase.cpp148 return runPhase<StoreBarrierElisionPhase>(graph);
H A DDFGTierUpCheckInjectionPhase.cpp126 return runPhase<TierUpCheckInjectionPhase>(graph);
H A DDFGOSRAvailabilityAnalysisPhase.cpp144 return runPhase<OSRAvailabilityAnalysisPhase>(graph);
H A DDFGOSREntrypointCreationPhase.cpp145 return runPhase<OSREntrypointCreationPhase>(graph);
H A DDFGWatchpointCollectionPhase.cpp210 return runPhase<WatchpointCollectionPhase>(graph);
H A DDFGDCEPhase.cpp310 return runPhase<DCEPhase>(graph);
H A DDFGLICMPhase.cpp285 return runPhase<LICMPhase>(graph);
H A DDFGStackLayoutPhase.cpp266 return runPhase<StackLayoutPhase>(graph);
H A DDFGStrengthReductionPhase.cpp304 return runPhase<StrengthReductionPhase>(graph);
H A DDFGBackwardsPropagationPhase.cpp420 return runPhase<BackwardsPropagationPhase>(graph);
H A DDFGCFGSimplificationPhase.cpp375 return runPhase<CFGSimplificationPhase>(graph);
H A DDFGIntegerCheckCombiningPhase.cpp398 return runPhase<IntegerCheckCombiningPhase>(graph);
H A DDFGCPSRethreadingPhase.cpp528 return runPhase<CPSRethreadingPhase>(graph);

Completed in 148 milliseconds

12