Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/compiler/
H A Dloop-analysis.h95 ZoneVector<const Loop*> inner_loops() const { in inner_loops() function in v8::internal::compiler::LoopTree
96 ZoneVector<const Loop*> inner_loops(zone_); in inner_loops()
99 inner_loops.push_back(&loop); in inner_loops()
102 return inner_loops; in inner_loops()

Completed in 1 milliseconds