Home
last modified time | relevance | path

Searched defs:allocno (Results 1 – 2 of 2) sorted by relevance

/openbsd-src/gnu/usr.bin/gcc/gcc/
H A Dglobal.c87 struct allocno struct
94 /* Number of calls crossed by each allocno. */ argument
97 /* Number of refs to each allocno. */ argument
100 /* Frequency of uses of each allocno. */ argument
103 /* Guess at live length of each allocno. argument
107 /* Set of hard regs conflicting with allocno N. */ argument
111 /* Set of hard regs preferred by allocno N. argument
125 registers when an allocno is multi-word. The above variable is used for argument
130 /* Set of hard registers that some later allocno has a preference for. */ argument
135 /* Set to true if allocno can't be allocated in the stack register. */ argument
[all …]
/openbsd-src/gnu/gcc/gcc/
H A Dglobal.c91 struct allocno struct
98 /* Number of calls crossed by each allocno. */ argument
101 /* Number of calls that might throw crossed by each allocno. */ argument
104 /* Number of refs to each allocno. */ argument
107 /* Frequency of uses of each allocno. */ argument
110 /* Guess at live length of each allocno. argument
114 /* Set of hard regs conflicting with allocno N. */ argument
118 /* Set of hard regs preferred by allocno N. argument
132 registers when an allocno is multi-word. The above variable is used for argument
137 /* Set of hard registers that some later allocno has a preference for. */ argument
[all …]