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()
33 class HInferRepresentationPhase; variable673 virtual void InferRepresentation(HInferRepresentationPhase* h_infer);763 HInferRepresentationPhase* h_infer,765 void AddDependantsToWorklist(HInferRepresentationPhase* h_infer);2807 void InferRepresentation(HInferRepresentationPhase* h_infer) override;3345 HInferRepresentationPhase* h_infer, in UpdateRepresentation()3352 void InferRepresentation(HInferRepresentationPhase* h_infer) override;3563 void InferRepresentation(HInferRepresentationPhase* h_infer) override;3628 HInferRepresentationPhase* h_infer, in UpdateRepresentation()3765 void InferRepresentation(HInferRepresentationPhase* h_infer) override;[all …]
80 void HValue::InferRepresentation(HInferRepresentationPhase* h_infer) { in InferRepresentation()119 HInferRepresentationPhase* h_infer, in UpdateRepresentation()134 void HValue::AddDependantsToWorklist(HInferRepresentationPhase* h_infer) { in AddDependantsToWorklist()964 void HBoundsCheck::InferRepresentation(HInferRepresentationPhase* h_infer) { in InferRepresentation()2503 void HBinaryOperation::InferRepresentation(HInferRepresentationPhase* h_infer) { in InferRepresentation()2570 void HMathMinMax::InferRepresentation(HInferRepresentationPhase* h_infer) { in InferRepresentation()2826 HInferRepresentationPhase* h_infer) { in InferRepresentation()2852 HInferRepresentationPhase* h_infer) { in InferRepresentation()3741 void HPhi::InferRepresentation(HInferRepresentationPhase* h_infer) { in InferRepresentation()
4107 Run<HInferRepresentationPhase>(); in Optimize()