This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |
| Other format: | [Raw text] | |
No, I want to know if there exists a path from the current *use* of a register to
you can have def-use chains, you can have use-def chains or you can have both. It seems like what you are asking for are use-def chains,
i.e. the listHuh? If the set is empty, the use is either uninitialized or unreachable.
of defs that can reach each use. If the set is empty, this is equiv to
a reg-dead note.
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |