Home
last modified time | relevance | path

Searched defs:SetVnObject (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/runtime_core/compiler/optimizer/ir/
Dinst.cpp153 void BinaryImmOperation::SetVnObject(VnObject *vn_obj) in SetVnObject() function in panda::compiler::BinaryImmOperation
158 void BinaryShiftedRegisterOperation::SetVnObject(VnObject *vn_obj) in SetVnObject() function in panda::compiler::BinaryShiftedRegisterOperation
164 void UnaryShiftedRegisterOperation::SetVnObject(VnObject *vn_obj) in SetVnObject() function in panda::compiler::UnaryShiftedRegisterOperation
170 void CompareInst::SetVnObject(VnObject *vn_obj) in SetVnObject() function in panda::compiler::CompareInst
175 void SelectInst::SetVnObject(VnObject *vn_obj) in SetVnObject() function in panda::compiler::SelectInst
180 void SelectImmInst::SetVnObject(VnObject *vn_obj) in SetVnObject() function in panda::compiler::SelectImmInst
185 void IfInst::SetVnObject(VnObject *vn_obj) in SetVnObject() function in panda::compiler::IfInst
190 void IfImmInst::SetVnObject(VnObject *vn_obj) in SetVnObject() function in panda::compiler::IfImmInst
195 void UnaryOperation::SetVnObject(VnObject *vn_obj) in SetVnObject() function in panda::compiler::UnaryOperation
202 void CmpInst::SetVnObject(VnObject *vn_obj) in SetVnObject() function in panda::compiler::CmpInst
[all …]
Dinst.h1487 virtual void SetVnObject([[maybe_unused]] VnObject *vn_obj) {} in SetVnObject() function