Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/compiler/
H A Dloop-peeling.cc266 EliminateLoopExits(graph_, tmp_zone_); in PeelInnerLoopsOfTree()
270 void LoopPeeler::EliminateLoopExits(Graph* graph, Zone* tmp_zone) { in EliminateLoopExits() function in v8::internal::compiler::LoopPeeler
H A Dloop-peeling.h52 static void EliminateLoopExits(Graph* graph, Zone* tmp_zone);
H A Dpipeline.cc1645 void EliminateLoopExits(std::vector<compiler::WasmLoopInfo>* loop_infos) { in EliminateLoopExits() function
1682 EliminateLoopExits(loop_infos); in Run()
1703 if (!FLAG_wasm_loop_unrolling) EliminateLoopExits(loop_infos); in Run()
1712 LoopPeeler::EliminateLoopExits(data->graph(), temp_zone); in Run()

Completed in 8 milliseconds