Home
last modified time | relevance | path

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

/external/v8/src/crankshaft/
Dhydrogen-infer-types.h21 InferTypes(0, graph()->blocks()->length() - 1); in Run()
25 void InferTypes(int from_inclusive, int to_inclusive);
Dhydrogen-infer-types.cc11 void HInferTypesPhase::InferTypes(int from_inclusive, int to_inclusive) { in InferTypes() function in v8::internal::HInferTypesPhase
27 InferTypes(i + 1, last_back_edge->block_id()); in InferTypes()