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

/macosx-10.10/JavaScriptCore-7600.1.17/dfg/
H A DDFGPredictionPropagationPhase.cpp120 SpeculatedType speculatedDoubleTypeForPrediction(SpeculatedType value) function in class:JSC::DFG::PredictionPropagationPhase
134 return speculatedDoubleTypeForPrediction(mergeSpeculations(left, right));
273 changed |= mergePrediction(speculatedDoubleTypeForPrediction(node->child1()->prediction()));
349 changed |= mergePrediction(speculatedDoubleTypeForPrediction(child));

Completed in 84 milliseconds