v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
Loading...
Searching...
No Matches
v8::internal::maglev::AnyUseMarkingProcessor Class Reference

#include <maglev-post-hoc-optimizations-processors.h>

Collaboration diagram for v8::internal::maglev::AnyUseMarkingProcessor:

Public Member Functions

void PreProcessGraph (Graph *graph)
 
void PostProcessBasicBlock (BasicBlock *block)
 
BlockProcessResult PreProcessBasicBlock (BasicBlock *block)
 
void PostPhiProcessing ()
 
template<typename NodeT >
ProcessResult Process (NodeT *node, const ProcessingState &state)
 
void PostProcessGraph (Graph *graph)
 

Private Member Functions

void EscapeAllocation (Graph *graph, InlinedAllocation *alloc, Graph::SmallAllocationVector &deps)
 
void VerifyEscapeAnalysis (Graph *graph)
 
void RunEscapeAnalysis (Graph *graph)
 
void DropUseOfValueInStoresToCapturedAllocations ()
 
void DropInputUses (Input &input)
 
void DropInputUses (ValueNode *node)
 

Private Attributes

std::vector< Node * > stores_to_allocations_
 

Detailed Description

Definition at line 194 of file maglev-post-hoc-optimizations-processors.h.

Member Function Documentation

◆ DropInputUses() [1/2]

void v8::internal::maglev::AnyUseMarkingProcessor::DropInputUses ( Input & input)
inlineprivate

Definition at line 301 of file maglev-post-hoc-optimizations-processors.h.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ DropInputUses() [2/2]

void v8::internal::maglev::AnyUseMarkingProcessor::DropInputUses ( ValueNode * node)
inlineprivate

Definition at line 312 of file maglev-post-hoc-optimizations-processors.h.

Here is the call graph for this function:

◆ DropUseOfValueInStoresToCapturedAllocations()

void v8::internal::maglev::AnyUseMarkingProcessor::DropUseOfValueInStoresToCapturedAllocations ( )
inlineprivate

Definition at line 286 of file maglev-post-hoc-optimizations-processors.h.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ EscapeAllocation()

void v8::internal::maglev::AnyUseMarkingProcessor::EscapeAllocation ( Graph * graph,
InlinedAllocation * alloc,
Graph::SmallAllocationVector & deps )
inlineprivate

Definition at line 244 of file maglev-post-hoc-optimizations-processors.h.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ PostPhiProcessing()

void v8::internal::maglev::AnyUseMarkingProcessor::PostPhiProcessing ( )
inline

Definition at line 201 of file maglev-post-hoc-optimizations-processors.h.

◆ PostProcessBasicBlock()

void v8::internal::maglev::AnyUseMarkingProcessor::PostProcessBasicBlock ( BasicBlock * block)
inline

Definition at line 197 of file maglev-post-hoc-optimizations-processors.h.

◆ PostProcessGraph()

void v8::internal::maglev::AnyUseMarkingProcessor::PostProcessGraph ( Graph * graph)
inline

Definition at line 236 of file maglev-post-hoc-optimizations-processors.h.

Here is the call graph for this function:

◆ PreProcessBasicBlock()

BlockProcessResult v8::internal::maglev::AnyUseMarkingProcessor::PreProcessBasicBlock ( BasicBlock * block)
inline

Definition at line 198 of file maglev-post-hoc-optimizations-processors.h.

◆ PreProcessGraph()

void v8::internal::maglev::AnyUseMarkingProcessor::PreProcessGraph ( Graph * graph)
inline

Definition at line 196 of file maglev-post-hoc-optimizations-processors.h.

◆ Process()

template<typename NodeT >
ProcessResult v8::internal::maglev::AnyUseMarkingProcessor::Process ( NodeT * node,
const ProcessingState & state )
inline

Definition at line 204 of file maglev-post-hoc-optimizations-processors.h.

Here is the call graph for this function:

◆ RunEscapeAnalysis()

void v8::internal::maglev::AnyUseMarkingProcessor::RunEscapeAnalysis ( Graph * graph)
inlineprivate

Definition at line 268 of file maglev-post-hoc-optimizations-processors.h.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ VerifyEscapeAnalysis()

void v8::internal::maglev::AnyUseMarkingProcessor::VerifyEscapeAnalysis ( Graph * graph)
inlineprivate

Definition at line 254 of file maglev-post-hoc-optimizations-processors.h.

Here is the caller graph for this function:

Member Data Documentation

◆ stores_to_allocations_

std::vector<Node*> v8::internal::maglev::AnyUseMarkingProcessor::stores_to_allocations_
private

Definition at line 242 of file maglev-post-hoc-optimizations-processors.h.


The documentation for this class was generated from the following file: