#include <loop-finder.h>
Definition at line 15 of file loop-finder.h.
◆ LoopFinder()
v8::internal::compiler::turboshaft::LoopFinder::LoopFinder |
( |
Zone * | phase_zone, |
|
|
const Graph * | input_graph ) |
|
inline |
◆ GetLoopBody()
◆ GetLoopHeader()
const Block * v8::internal::compiler::turboshaft::LoopFinder::GetLoopHeader |
( |
const Block * | block | ) |
const |
|
inline |
◆ GetLoopInfo()
LoopInfo v8::internal::compiler::turboshaft::LoopFinder::GetLoopInfo |
( |
const Block * | block | ) |
const |
|
inline |
◆ LoopHeaders()
◆ Run()
void v8::internal::compiler::turboshaft::LoopFinder::Run |
( |
| ) |
|
|
private |
◆ VisitLoop()
◆ input_graph_
const Graph* v8::internal::compiler::turboshaft::LoopFinder::input_graph_ |
|
private |
◆ loop_header_info_
◆ loop_headers_
◆ phase_zone_
Zone* v8::internal::compiler::turboshaft::LoopFinder::phase_zone_ |
|
private |
◆ queue_
ZoneVector<const Block*> v8::internal::compiler::turboshaft::LoopFinder::queue_ |
|
private |
The documentation for this class was generated from the following files: