Lines Matching defs:web

29       struct web *web;  member
90 struct web struct
101 /* Spill_temp indicates if this web was part of a web spilled in the argument
122 /* 1 + the color this web got in the last pass. If it hadn't got a color, argument
126 /* Now follow some flags characterizing the web. */ argument
132 /* Nonzero if we selected this web as possible spill candidate in argument
142 /* Nonzero, if this web (or subweb) doesn't correspond with any of argument
161 /* Wether the web is involved in a move insn. */ argument
164 /* 1 when this web (or parts thereof) are live over an abnormal edge. */ argument
167 /* Nonzero if this web is used in subregs where the mode change argument
171 /* Nonzero if some references of this web, where in subreg context, argument
176 /* Nonzero, when this web stems from the last pass of the allocator, argument
178 unsigned int old_web:1; argument
191 were inserted on behalf of this web. IR spilling might ignore some argument
216 /* Additional consecutive hardregs needed for this web. */ argument
222 /* Numbers of uses and defs, which belong to this web. */ argument
227 web is based on. This is used to distinguish subreg webs argument
231 /* If this web is a subweb, this point to the super web. Otherwise argument
233 struct web *parent_web; argument
237 struct web *subreg_next; argument
260 /* ... colors of PRECOLORED webs this web is connected to by a move. */ argument
266 /* After successful coloring the graph each web gets a new reg rtx, argument
278 /* If this web is rematerializable, this contains the RTL pattern argument
287 /* The web to which this web is aliased (coalesced). If NULL, this argument
290 struct web *alias; argument
299 /* While building webs, out of web-parts, this holds a (partial) argument
308 struct web *web; member