Home
last modified time | relevance | path

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

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