![]() |
v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
|
#include <loop-finder.h>
Public Attributes | |
const Block * | start = nullptr |
const Block * | end = nullptr |
bool | has_inner_loops = false |
size_t | block_count = 0 |
size_t | op_count = 0 |
Definition at line 46 of file loop-finder.h.
size_t v8::internal::compiler::turboshaft::LoopFinder::LoopInfo::block_count = 0 |
Definition at line 50 of file loop-finder.h.
const Block* v8::internal::compiler::turboshaft::LoopFinder::LoopInfo::end = nullptr |
Definition at line 48 of file loop-finder.h.
bool v8::internal::compiler::turboshaft::LoopFinder::LoopInfo::has_inner_loops = false |
Definition at line 49 of file loop-finder.h.
size_t v8::internal::compiler::turboshaft::LoopFinder::LoopInfo::op_count = 0 |
Definition at line 52 of file loop-finder.h.
const Block* v8::internal::compiler::turboshaft::LoopFinder::LoopInfo::start = nullptr |
Definition at line 47 of file loop-finder.h.