|  | v8
    V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++. | 
#include "src/compiler/turboshaft/loop-unrolling-reducer.h"#include <optional>#include "src/base/bits.h"#include "src/compiler/turboshaft/index.h"#include "src/compiler/turboshaft/loop-finder.h"Go to the source code of this file.
| Namespaces | |
| namespace | v8 | 
| namespace | v8::internal | 
| namespace | v8::internal::compiler | 
| namespace | v8::internal::compiler::turboshaft | 
| Macros | |
| #define | TRACE(x) | 
| #define | CASE_ARITH(op) | 
| Typedefs | |
| using | v8::internal::compiler::turboshaft::CmpOp = StaticCanonicalForLoopMatcher::CmpOp | 
| using | v8::internal::compiler::turboshaft::BinOp = StaticCanonicalForLoopMatcher::BinOp | 
| Functions | |
| std::ostream & | v8::internal::compiler::turboshaft::operator<< (std::ostream &os, const IterationCount &count) | 
| std::ostream & | v8::internal::compiler::turboshaft::operator<< (std::ostream &os, const CmpOp &cmp) | 
| std::ostream & | v8::internal::compiler::turboshaft::operator<< (std::ostream &os, const BinOp &binop) | 
| #define CASE_ARITH | ( | op | ) | 
| #define TRACE | ( | x | ) | 
Definition at line 19 of file loop-unrolling-reducer.cc.