Searched refs:HInferTypesPhase (Results 1 – 3 of 3) sorted by relevance
14 class HInferTypesPhase : public HPhase {16 explicit HInferTypesPhase(HGraph* graph) in HInferTypesPhase() function30 DISALLOW_COPY_AND_ASSIGN(HInferTypesPhase);
10 void HInferTypesPhase::InferTypes(int from_inclusive, int to_inclusive) { in InferTypes()
4547 Run<HInferTypesPhase>(); in Optimize()