#include <op.h>

Data Fields | |
| struct op * | first |
| struct op * | last |
| UINT16 | length |
Definition at line 1027 of file op.h.
struct op* ops::first [read] |
Definition at line 1028 of file op.h.
Referenced by append_ops(), draw_bb_dependence_graph(), draw_bb_op(), draw_regional_dependence_graph(), EDGE_PROFILE::Find_TN(), EDGE_PROFILE::Find_TN_in_BB(), Get_Float_Return_Reg_Sum(), Get_Return_Reg_Sum(), Hoist_MOVL(), insert_ops_before(), Opnd_Tn_In_BB(), OPS_Create(), OPS_Init(), OPS_Remove_All(), OPS_Remove_Op(), OPS_Remove_Ops(), EDGE_PROFILE::Prepare_Instrument(), prepend_ops(), Print_Ops_In_BB(), IF_CONVERTOR::Record_Para_Comp_Info(), Result_Tn_In_BB(), and TN_In_BB().
Definition at line 1029 of file op.h.
Referenced by append_ops(), CGSPILL_Load_From_Memory(), CGSPILL_Store_To_Memory(), Exp_Simulated_Op(), EDGE_PROFILE::Gen_Call_BB(), Get_Float_Return_Reg_Sum(), Get_Return_Reg_Sum(), Hoist_MOVL(), insert_ops_after(), EDGE_PROFILE::Instrument_Entry(), EDGE_PROFILE::Instrument_None_and_Other_Xfer(), OPS_Create(), OPS_Init(), OPS_Remove_All(), OPS_Remove_Op(), OPS_Remove_Ops(), EDGE_PROFILE::Prepare_Instrument(), and prepend_ops().
| UINT16 ops::length |
Definition at line 1030 of file op.h.
Referenced by BB_Append_Op(), BB_Append_Ops(), BB_Insert_Op(), BB_Insert_Op_After(), BB_Insert_Op_Before(), BB_Insert_Ops(), BB_Insert_Ops_After(), BB_Insert_Ops_Before(), BB_Move_Op(), BB_Move_Op_After(), BB_Move_Op_Before(), BB_Move_Op_To_End(), BB_Move_Op_To_Start(), BB_Prepend_Op(), BB_Prepend_Ops(), EMT_Assemble_BB(), Expand_Select(), OPS_Append_Op(), OPS_Append_Ops(), OPS_Create(), OPS_Init(), OPS_Insert_Op(), OPS_Insert_Op_After(), OPS_Insert_Op_Before(), OPS_Insert_Ops(), OPS_Insert_Ops_After(), OPS_Insert_Ops_Before(), OPS_Prepend_Op(), OPS_Prepend_Ops(), OPS_Remove_All(), OPS_Remove_Op(), and OPS_Remove_Ops().
1.5.6