Searched defs:value_node (Results 1 – 5 of 5) sorted by relevance
36 struct value_node struct43 typedef int tag_type;67 int ref_count_;68 const tag_type tag_;69 value_node* next_;
41 value_node::value_node(tag_type t) : ref_count_(0), tag_(t), next_() {} in value_node() function in quickbook::detail::value_node
32 struct value_node { struct36 struct value_node *next; /* Pointer to next node, or NULL */ argument
300 SENode* value_node = AnalyzeInstruction(value_inst); in AnalyzePhiInstruction() local