|
void | Bind (Block *block) |
|
bool | CanAutoInlineBlocksWithSinglePredecessor () const |
|
void | Analyze () |
|
void | RemoveLast (OpIndex index_of_last_operation) |
|
void | FixLoopPhi (const PhiOp &input_phi, OpIndex output_index, Block *output_graph_loop) |
|
OpIndex REDUCE | Phi (base::Vector< const OpIndex > inputs, RegisterRepresentation rep) |
|
OpIndex REDUCE | PendingLoopPhi (OpIndex first, RegisterRepresentation rep) |
|
V< None > REDUCE | Goto (Block *destination, bool is_backedge) |
|
V< None > REDUCE | Branch (V< Word32 > condition, Block *if_true, Block *if_false, BranchHint hint) |
|
V< Object > REDUCE | CatchBlockBegin () |
|
V< None > REDUCE | Switch (V< Word32 > input, base::Vector< SwitchOp::Case > cases, Block *default_case, BranchHint default_hint) |
|
V< Any > REDUCE | Call (V< CallTarget > callee, OptionalV< turboshaft::FrameState > frame_state, base::Vector< const OpIndex > arguments, const TSCallDescriptor *descriptor, OpEffects effects) |
|
OpIndex REDUCE | FastApiCall (V< FrameState > frame_state, V< Object > data_argument, V< Context > context, base::Vector< const OpIndex > arguments, const FastApiCallParameters *parameters, base::Vector< const RegisterRepresentation > out_reps) |
|
template<typename Next>
class v8::internal::compiler::turboshaft::GenericReducerBase< Next >
Definition at line 17 of file reducer-traits.h.