Home
last modified time | relevance | path

Searched refs:IsNop (Results 1 - 11 of 11) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/tests/
H A Ddead_code_elimination_test.cpp58 EXPECT_TRUE(acc.IsNop(ifBranch)); in HWTEST_F_L0()
59 EXPECT_TRUE(acc.IsNop(ifTrue)); in HWTEST_F_L0()
60 EXPECT_TRUE(acc.IsNop(ifFalse)); in HWTEST_F_L0()
61 EXPECT_TRUE(acc.IsNop(trueReturn)); in HWTEST_F_L0()
62 EXPECT_TRUE(acc.IsNop(falseReturn)); in HWTEST_F_L0()
92 EXPECT_TRUE(acc.IsNop(merge)); in HWTEST_F_L0()
93 EXPECT_TRUE(acc.IsNop(valueSelector)); in HWTEST_F_L0()
H A Dcombined_pass_visitor_test.cpp74 EXPECT_TRUE(acc.IsNop(merge)); in HWTEST_F_L0()
75 EXPECT_TRUE(acc.IsNop(valueSelector)); in HWTEST_F_L0()
77 EXPECT_TRUE(acc.IsNop(load2)); in HWTEST_F_L0()
/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dvalue_numbering.cpp61 if (acc_.IsNop(entry)) { in VisitGate()
97 if (oldEnrty == Circuit::NullGate() || acc_.IsNop(oldEnrty)) { in Grow()
H A Dshare_gate_meta_data.cpp81 ASSERT(!IsNop()); in IsSchedulable()
92 ASSERT(!IsNop()); in IsState()
195 bool GateMetaData::IsNop() const in IsNop() function in panda::ecmascript::kungfu::GateMetaData
H A Dcircuit_builder_helper.cpp119 if (!acc.IsNop(result)) { in ReadVariable()
H A Dcombined_pass_visitor.cpp195 if (acc_.IsNop(gate)) { in VisitTopGate()
H A Dcircuit.cpp200 if (!gatePtr->GetMetaData()->IsNop()) { in GetAllGates()
H A Dshare_gate_meta_data.h168 bool IsNop() const;
H A Dgate_accessor.h559 bool IsNop(GateRef g) const;
H A Dgate_accessor.cpp1865 bool GateAccessor::IsNop(GateRef g) const in IsNop() function in GateAccessor
1867 return GetMetaData(g)->IsNop(); in IsNop()
H A Dcircuit_builder.cpp966 ASSERT(!GateAccessor(env_->GetCircuit()).IsNop(preVal)); in AddPhiOperand()

Completed in 16 milliseconds