HInferRepresentation 2279 src/hydrogen.cc   explicit HInferRepresentation(HGraph* graph)
HInferRepresentation 2301 src/hydrogen.cc void HInferRepresentation::AddToWorklist(HValue* current) {
HInferRepresentation 2314 src/hydrogen.cc void HInferRepresentation::InferBasedOnInputs(HValue* current) {
HInferRepresentation 2332 src/hydrogen.cc void HInferRepresentation::AddDependantsToWorklist(HValue* value) {
HInferRepresentation 2346 src/hydrogen.cc void HInferRepresentation::InferBasedOnUses(HValue* value) {
HInferRepresentation 2366 src/hydrogen.cc Representation HInferRepresentation::TryChange(HValue* value) {
HInferRepresentation 2409 src/hydrogen.cc void HInferRepresentation::Analyze() {
HInferRepresentation 3117 src/hydrogen.cc   HInferRepresentation rep(this);