bn:00468060n
Noun Concept
Categories: Compiler optimizations, Data-flow analysis
EN
Use-define chain  Def-use chain  def-use chains  Definition-Use Chain  DU Chain
EN
Within computer science, a Use-Definition Chain is a data structure that consists of a use, U, of a variable, and all the definitions, D, of that variable that can reach that use without any other intervening definitions. Wikipedia
Definitions
Relations
Sources
EN
Within computer science, a Use-Definition Chain is a data structure that consists of a use, U, of a variable, and all the definitions, D, of that variable that can reach that use without any other intervening definitions. Wikipedia
data structure that tracks variable use and definitions Wikidata