Searched refs:PrintLoop (Results 1 – 1 of 1) sorted by relevance
115 PrintLoop(loop); in Print()521 void PrintLoop(LoopTree::Loop* loop) { in PrintLoop() function in v8::internal::compiler::LoopFinderImpl535 for (LoopTree::Loop* child : loop->children_) PrintLoop(child); in PrintLoop()