Home
last modified time | relevance | path

Searched refs:observed_output_representation_ (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/crankshaft/
Dhydrogen-instructions.cc3008 if (observed_output_representation_.IsNone()) { in InferRepresentation()
3050 if (observed_output_representation_.is_more_general_than(rep) && in RepresentationFromOutput()
3052 return observed_output_representation_; in RepresentationFromOutput()
Dhydrogen-instructions.h3762 observed_output_representation_(Representation::None()) {
3805 observed_output_representation_ = observed; in initialize_output_representation()
3859 Representation observed_output_representation_; variable