Searched refs:HInferRepresentationPhase (Results 1 – 5 of 5) sorted by relevance
14 class HInferRepresentationPhase : public HPhase {16 explicit HInferRepresentationPhase(HGraph* graph) in HInferRepresentationPhase() function28 DISALLOW_COPY_AND_ASSIGN(HInferRepresentationPhase);
10 void HInferRepresentationPhase::AddToWorklist(HValue* current) { in AddToWorklist()19 void HInferRepresentationPhase::Run() { in Run()
31 class HInferRepresentationPhase; variable758 virtual void InferRepresentation(HInferRepresentationPhase* h_infer);856 HInferRepresentationPhase* h_infer,858 void AddDependantsToWorklist(HInferRepresentationPhase* h_infer);3273 HInferRepresentationPhase* h_infer) OVERRIDE;3826 HInferRepresentationPhase* h_infer, in UpdateRepresentation()3834 HInferRepresentationPhase* h_infer) OVERRIDE;4064 HInferRepresentationPhase* h_infer) OVERRIDE;4164 HInferRepresentationPhase* h_infer, in UpdateRepresentation()4298 HInferRepresentationPhase* h_infer) OVERRIDE;[all …]
60 void HValue::InferRepresentation(HInferRepresentationPhase* h_infer) { in InferRepresentation()106 HInferRepresentationPhase* h_infer, in UpdateRepresentation()121 void HValue::AddDependantsToWorklist(HInferRepresentationPhase* h_infer) { in AddDependantsToWorklist()1034 void HBoundsCheck::InferRepresentation(HInferRepresentationPhase* h_infer) { in InferRepresentation()2966 void HBinaryOperation::InferRepresentation(HInferRepresentationPhase* h_infer) { in InferRepresentation()3033 void HMathMinMax::InferRepresentation(HInferRepresentationPhase* h_infer) { in InferRepresentation()3298 HInferRepresentationPhase* h_infer) { in InferRepresentation()3338 HInferRepresentationPhase* h_infer) { in InferRepresentation()3349 HInferRepresentationPhase* h_infer) { in InferRepresentation()4476 void HPhi::InferRepresentation(HInferRepresentationPhase* h_infer) { in InferRepresentation()
4372 Run<HInferRepresentationPhase>(); in Optimize()