Searched refs:loop_infos_ (Results 1 – 3 of 3) sorted by relevance
50 loop_infos_(loop_infos), in WasmInliner()108 std::vector<WasmLoopInfo>* const loop_infos_; variable
246 loop_infos_->insert(loop_infos_->end(), inlinee_loop_infos.begin(), in Finalize()
221 loop_infos_.back().nesting_depth < nesting_depth) { in Loop()222 loop_infos_.back().can_be_innermost = false; in Loop()224 loop_infos_.emplace_back(loop_node, nesting_depth, true); in Loop()1076 if (!loop_infos_.empty()) loop_infos_.back().can_be_innermost = false; in ArrayNewWithRtt()1318 std::vector<compiler::WasmLoopInfo> loop_infos() { return loop_infos_; } in loop_infos()1326 std::vector<compiler::WasmLoopInfo> loop_infos_; member in v8::internal::wasm::__anona7a84f320111::WasmGraphBuildingInterface