5#ifndef V8_COMPILER_BACKEND_FRAME_ELIDER_H_
6#define V8_COMPILER_BACKEND_FRAME_ELIDER_H_
InstructionBlock * InstructionBlockAt(RpoNumber rpo_number) const
const bool has_dummy_end_block_
const bool is_wasm_to_js_
InstructionSequence *const code_
Instruction * InstructionAt(int index) const
const InstructionBlocks & instruction_blocks() const
bool PropagateIntoBlock(InstructionBlock *block)
FrameElider(InstructionSequence *code, bool has_dummy_end_block, bool is_wasm_to_js)
void MarkDeConstruction()