Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/compiler/
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
Dloop-peeling.h52 static void EliminateLoopExits(Graph* graph, Zone* tmp_zone);
Dpipeline.cc1645 void EliminateLoopExits(std::vector<compiler::WasmLoopInfo>* loop_infos) { in EliminateLoopExits() function
1682 EliminateLoopExits(loop_infos); in DECL_PIPELINE_PHASE_CONSTANTS()
1703 if (!FLAG_wasm_loop_unrolling) EliminateLoopExits(loop_infos); in DECL_PIPELINE_PHASE_CONSTANTS()
1712 LoopPeeler::EliminateLoopExits(data->graph(), temp_zone); in DECL_PIPELINE_PHASE_CONSTANTS()