Searched refs:GetVN (Results 1 – 5 of 5) sorted by relevance
53 auto vn = input_inst->GetVN(); in Add()105 inst->SetVN((*equiv_insts)[0]->GetVN()); in TryToApplyCse()106 COMPILER_LOG(DEBUG, VN_OPT) << " Set VN " << inst->GetVN() << " for inst " << inst->GetId(); in TryToApplyCse()
111 EXPECT_EQ(inst1->GetVN(), 0); in __anon87bf345c0102()114 EXPECT_EQ(inst2->GetVN(), 1); in __anon87bf345c0102()
406 ASSERT_EQ(INS(13).GetVN(), INS(20).GetVN()); in TEST_F()407 ASSERT_EQ(INS(14).GetVN(), INS(21).GetVN()); in TEST_F()408 ASSERT_EQ(INS(15).GetVN(), INS(22).GetVN()); in TEST_F()409 ASSERT_EQ(INS(16).GetVN(), INS(23).GetVN()); in TEST_F()494 ASSERT_EQ(INS(5).GetVN(), INS(17).GetVN()); in TEST_F()
62 inst->SetVN((*equiv_insts)[0]->GetVN());
1295 uint32_t GetVN() const in GetVN() function