Home
last modified time | relevance | path

Searched refs:EliminateLoopExits (Results 1 – 3 of 3) sorted by relevance

/external/v8/src/compiler/
Dloop-peeling.h50 static void EliminateLoopExits(Graph* graph, Zone* tmp_zone);
Dloop-peeling.cc358 EliminateLoopExits(graph_, tmp_zone_); in PeelInnerLoopsOfTree()
362 void LoopPeeler::EliminateLoopExits(Graph* graph, Zone* tmp_zone) { in EliminateLoopExits() function in v8::internal::compiler::LoopPeeler
Dpipeline.cc1384 LoopPeeler::EliminateLoopExits(data->graph(), temp_zone); in Run()