Searched refs:HInferRepresentation (Results 1 - 1 of 1) sorted by relevance

/external/v8/src/
H A Dhydrogen.cc1726 class HInferRepresentation BASE_EMBEDDED {
1728 explicit HInferRepresentation(HGraph* graph) function in class:v8::internal::BASE_EMBEDDED
1750 void HInferRepresentation::AddToWorklist(HValue* current) {
1763 void HInferRepresentation::InferBasedOnInputs(HValue* current) {
1781 void HInferRepresentation::AddDependantsToWorklist(HValue* value) {
1795 void HInferRepresentation::InferBasedOnUses(HValue* value) {
1815 Representation HInferRepresentation::TryChange(HValue* value) {
1850 void HInferRepresentation::Analyze() {
2535 HInferRepresentation rep(graph());

Completed in 55 milliseconds