#include <analyzer-iterator.h>
Definition at line 76 of file analyzer-iterator.h.
◆ AnalyzerIterator()
v8::internal::compiler::turboshaft::AnalyzerIterator::AnalyzerIterator |
( |
Zone * | phase_zone, |
|
|
const Graph & | graph, |
|
|
const LoopFinder & | loop_finder ) |
|
inline |
◆ HasNext()
bool v8::internal::compiler::turboshaft::AnalyzerIterator::HasNext |
( |
| ) |
const |
|
inline |
◆ IsOutdated()
bool v8::internal::compiler::turboshaft::AnalyzerIterator::IsOutdated |
( |
StackNode | node | ) |
const |
|
inlineprivate |
◆ MarkLoopForRevisit()
void v8::internal::compiler::turboshaft::AnalyzerIterator::MarkLoopForRevisit |
( |
| ) |
|
◆ MarkLoopForRevisitSkipHeader()
void v8::internal::compiler::turboshaft::AnalyzerIterator::MarkLoopForRevisitSkipHeader |
( |
| ) |
|
◆ Next()
const Block * v8::internal::compiler::turboshaft::AnalyzerIterator::Next |
( |
| ) |
|
◆ PopOutdated()
void v8::internal::compiler::turboshaft::AnalyzerIterator::PopOutdated |
( |
| ) |
|
|
private |
◆ curr_
StackNode v8::internal::compiler::turboshaft::AnalyzerIterator::curr_ = {nullptr, 0} |
|
private |
◆ current_generation_
◆ graph_
const Graph& v8::internal::compiler::turboshaft::AnalyzerIterator::graph_ |
|
private |
◆ kGenerationForFirstVisit
uint64_t v8::internal::compiler::turboshaft::AnalyzerIterator::kGenerationForFirstVisit = 1 |
|
staticconstexprprivate |
◆ kNotVisitedGeneration
uint64_t v8::internal::compiler::turboshaft::AnalyzerIterator::kNotVisitedGeneration = 0 |
|
staticconstexprprivate |
◆ loop_finder_
const LoopFinder& v8::internal::compiler::turboshaft::AnalyzerIterator::loop_finder_ |
|
private |
◆ stack_
◆ visited_
The documentation for this class was generated from the following files: