#include <loop-unrolling-reducer.h>
Definition at line 39 of file loop-unrolling-reducer.h.
◆ Kind
◆ IterationCount() [1/3]
v8::internal::compiler::turboshaft::IterationCount::IterationCount |
( |
| ) |
|
|
inline |
◆ IterationCount() [2/3]
v8::internal::compiler::turboshaft::IterationCount::IterationCount |
( |
Kind | kind | ) |
|
|
inlineexplicit |
◆ IterationCount() [3/3]
v8::internal::compiler::turboshaft::IterationCount::IterationCount |
( |
Kind | kind, |
|
|
size_t | count ) |
|
inline |
◆ Approx()
◆ approx_count()
size_t v8::internal::compiler::turboshaft::IterationCount::approx_count |
( |
| ) |
const |
|
inline |
◆ Exact()
◆ exact_count()
size_t v8::internal::compiler::turboshaft::IterationCount::exact_count |
( |
| ) |
const |
|
inline |
◆ IsApprox()
bool v8::internal::compiler::turboshaft::IterationCount::IsApprox |
( |
| ) |
const |
|
inline |
◆ IsExact()
bool v8::internal::compiler::turboshaft::IterationCount::IsExact |
( |
| ) |
const |
|
inline |
◆ IsSmallerThan()
bool v8::internal::compiler::turboshaft::IterationCount::IsSmallerThan |
( |
size_t | max | ) |
|
|
inline |
◆ IsUnknown()
bool v8::internal::compiler::turboshaft::IterationCount::IsUnknown |
( |
| ) |
const |
|
inline |
◆ Unknown()
static IterationCount v8::internal::compiler::turboshaft::IterationCount::Unknown |
( |
| ) |
|
|
inlinestatic |
◆ count_
size_t v8::internal::compiler::turboshaft::IterationCount::count_ |
|
private |
◆ kind_
Kind v8::internal::compiler::turboshaft::IterationCount::kind_ |
|
private |
The documentation for this class was generated from the following file: