Searched defs:SetVnObject (Results 1 – 2 of 2) sorted by relevance
153 void BinaryImmOperation::SetVnObject(VnObject *vn_obj) in SetVnObject() function in panda::compiler::BinaryImmOperation158 void BinaryShiftedRegisterOperation::SetVnObject(VnObject *vn_obj) in SetVnObject() function in panda::compiler::BinaryShiftedRegisterOperation164 void UnaryShiftedRegisterOperation::SetVnObject(VnObject *vn_obj) in SetVnObject() function in panda::compiler::UnaryShiftedRegisterOperation170 void CompareInst::SetVnObject(VnObject *vn_obj) in SetVnObject() function in panda::compiler::CompareInst175 void SelectInst::SetVnObject(VnObject *vn_obj) in SetVnObject() function in panda::compiler::SelectInst180 void SelectImmInst::SetVnObject(VnObject *vn_obj) in SetVnObject() function in panda::compiler::SelectImmInst185 void IfInst::SetVnObject(VnObject *vn_obj) in SetVnObject() function in panda::compiler::IfInst190 void IfImmInst::SetVnObject(VnObject *vn_obj) in SetVnObject() function in panda::compiler::IfImmInst195 void UnaryOperation::SetVnObject(VnObject *vn_obj) in SetVnObject() function in panda::compiler::UnaryOperation202 void CmpInst::SetVnObject(VnObject *vn_obj) in SetVnObject() function in panda::compiler::CmpInst[all …]
1487 virtual void SetVnObject([[maybe_unused]] VnObject *vn_obj) {} in SetVnObject() function