Home
last modified time | relevance | path

Searched defs:reg_info_def (Results 1 – 3 of 3) sorted by relevance

/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gcc/gcc/
H A Dregs.h47 typedef struct reg_info_def struct
49 int first_uid; /* UID of first insn to use (REG n) */
50 int last_uid; /* UID of last insn to use (REG n) */
51 int last_note_uid; /* UID of last note to use (REG n) */
54 int sets; /* # of times (REG n) is set */
57 int refs; /* # of times (REG n) is used or set */
59 int deaths; /* # of times (REG n) dies */
60 int live_length; /* # of instructions (REG n) is live */
61 int calls_crossed; /* # of calls (REG n) is live across */
62 int basic_block; /* # of basic blocks (REG n) is used in */
[all …]
/dports/devel/gitlab-shell/gitlab-shell-65b8ec55bebd0aea64ac52b9878bafcc2ad992d3/vendor/google.golang.org/genproto/googleapis/firestore/admin/v1beta2/
H A Doperation.pb.go47 type OperationState int32
48
51 OperationState_OPERATION_STATE_UNSPECIFIED OperationState = 0
55 OperationState_PROCESSING OperationState = 2
57 // google.longrunning.Operations.CancelOperation on the operation.
59 // Request has been processed and is in its finalization stage.
61 // Request has completed successfully.
62 OperationState_SUCCESSFUL OperationState = 5
63 // Request has finished being processed, but encountered an error.
/dports/devel/tigcc/tigcc-0.96.b8_10/gnu/gcc-4.1-20060728/gcc/
H A Dregs.h50 typedef struct reg_info_def struct
52 int first_uid; /* UID of first insn to use (REG n) */
53 int last_uid; /* UID of last insn to use (REG n) */
56 int sets; /* # of times (REG n) is set */
59 int refs; /* # of times (REG n) is used or set */
60 int freq; /* # estimated frequency (REG n) is used or set */
61 int deaths; /* # of times (REG n) dies */
62 int live_length; /* # of instructions (REG n) is live */
63 int calls_crossed; /* # of calls (REG n) is live across */
64 int throw_calls_crossed; /* # of calls that may throw (REG n) is live across */
[all …]