Skip to main content

struct instruction_dependency_record

Declaration

struct instruction_dependency_record { /* full declaration omitted */ };

Declared at: include/recorders.h:218

Member Variables

instruction_id predecessor
instruction_id successor
instruction_dependency_origin origin

Member Function Overview

Member Functions

instruction_dependency_record(
    instruction_id predecessor,
    instruction_id successor,
    instruction_dependency_origin origin)

Declared at: include/recorders.h:223

Parameters

instruction_id predecessor
instruction_id successor
instruction_dependency_origin origin