Home
last modified time | relevance | path

Searched refs:BuildLoopTree (Results 1 – 4 of 4) sorted by relevance

/external/v8/src/compiler/
Dloop-analysis.h160 static LoopTree* BuildLoopTree(Graph* graph, Zone* temp_zone);
Dosr.cc310 LoopTree* loop_tree = LoopFinder::BuildLoopTree(graph, tmp_zone); in Deconstruct()
Dloop-analysis.cc507 LoopTree* LoopFinder::BuildLoopTree(Graph* graph, Zone* zone) { in BuildLoopTree() function in v8::internal::compiler::LoopFinder
Dpipeline.cc986 LoopFinder::BuildLoopTree(data->jsgraph()->graph(), temp_zone); in Run()