Home
last modified time | relevance | path

Searched refs:HInferTypesPhase (Results 1 – 3 of 3) sorted by relevance

/external/v8/src/crankshaft/
Dhydrogen-infer-types.h14 class HInferTypesPhase : public HPhase {
16 explicit HInferTypesPhase(HGraph* graph) in HInferTypesPhase() function
30 DISALLOW_COPY_AND_ASSIGN(HInferTypesPhase);
Dhydrogen-infer-types.cc11 void HInferTypesPhase::InferTypes(int from_inclusive, int to_inclusive) { in InferTypes()
Dhydrogen.cc4071 Run<HInferTypesPhase>(); in Optimize()