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]

Re: local data flow


Kenneth Zadeck wrote:



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,

No, I want to know if there exists a path from the current *use* of a register to
some other *use* of the same register without going through a def.


i.e. the list
of defs that can reach each use. If the set is empty, this is equiv to
a reg-dead note.


Huh? If the set is empty, the use is either uninitialized or unreachable.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]