Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/compiler/optimizer/optimizations/
H A Dcleanup.h94 inline uint32_t GetInstId(Inst *inst) const in GetInstId() function in panda::compiler::final
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(ins in GetParent()
[all...]
/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/
H A Dcleanup.h115 inline uint32_t GetInstId(Inst *inst) const in GetInstId() function in ark::compiler::final
126 idoms_[GetInstId(inst)] = idom; in SetIdom()
130 return idoms_[GetInstId(inst)]; in GetIdom()
138 ancestors_[GetInstId(inst)] = anc; in SetAncestor()
142 return ancestors_[GetInstId(inst)]; in GetAncestor()
150 return buckets_[GetInstId(inst)]; in GetBucket()
158 labels_[GetInstId(inst)] = label; in SetLabel()
162 return labels_[GetInstId(inst)]; in GetLabel()
170 parents_[GetInstId(inst)] = parent; in SetParent()
174 return parents_[GetInstId(ins in GetParent()
[all...]
/arkcompiler/runtime_core/libark_defect_scan_aux/include/
H A Dgraph.h47 uint32_t GetInstId() const;
/arkcompiler/runtime_core/libark_defect_scan_aux/
H A Dfunction.cpp117 uint32_t inst_id = inst.GetInstId();
H A Dgraph.cpp79 uint32_t Inst::GetInstId() const in GetInstId() function in panda::defect_scan_aux::Inst

Completed in 3 milliseconds