Home
last modified time | relevance | path

Searched refs:GetInstId (Results 1 – 1 of 1) sorted by relevance

/arkcompiler/runtime_core/compiler/optimizer/optimizations/
Dcleanup.h94 inline uint32_t GetInstId(Inst *inst) const in GetInstId() function
105 idoms_[GetInstId(inst)] = idom; in SetIdom()
109 return idoms_[GetInstId(inst)]; in GetIdom()
117 ancestors_[GetInstId(inst)] = anc; in SetAncestor()
121 return ancestors_[GetInstId(inst)]; in GetAncestor()
129 return buckets_[GetInstId(inst)]; in GetBucket()
137 labels_[GetInstId(inst)] = label; in SetLabel()
141 return labels_[GetInstId(inst)]; in GetLabel()
149 parents_[GetInstId(inst)] = parent; in SetParent()
153 return parents_[GetInstId(inst)]; in GetParent()
[all …]