Searched refs:BuildLoopTree (Results 1 – 3 of 3) sorted by relevance
159 static LoopTree* BuildLoopTree(Graph* graph, Zone* temp_zone);
516 LoopTree* LoopFinder::BuildLoopTree(Graph* graph, Zone* zone) { in BuildLoopTree() function in v8::internal::compiler::LoopFinder
1373 LoopFinder::BuildLoopTree(data->jsgraph()->graph(), temp_zone); in Run()