Home
last modified time | relevance | path

Searched refs:IsFirstOutNull (Results 1 – 7 of 7) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
Dgate.cpp240 if (!curGate->IsFirstOutNull()) { in CheckStateOutput()
279 if (!curGate->IsFirstOutNull()) { in CheckBranchOutput()
304 if (!IsFirstOutNull()) { in CheckNOP()
516 if (in->IsFirstOutNull()) { in NewIn()
585 bool Gate::IsFirstOutNull() const in IsFirstOutNull() function in panda::ecmascript::kungfu::Gate
773 if (!IsFirstOutNull()) { in Print()
829 if (!IsFirstOutNull()) { in ShortPrint()
Dcircuit.cpp303 bool Circuit::IsFirstOutNull(GateRef gate) const in IsFirstOutNull() function in panda::ecmascript::kungfu::Circuit
306 return curGate->IsFirstOutNull(); in IsFirstOutNull()
313 if (!curGate->IsFirstOutNull()) { in GetOutVector()
Dgate.h164 [[nodiscard]] bool IsFirstOutNull() const;
Dcircuit.h238 bool IsFirstOutNull(GateRef gate) const;
Dgate_accessor.h620 if (circuit_->LoadGatePtrConst(gate)->IsFirstOutNull()) { in ConstUseBegin()
634 if (circuit_->LoadGatePtrConst(gate)->IsFirstOutNull()) { in UseBegin()
Dgate_accessor.cpp834 if (!curGate->IsFirstOutNull()) { in GetOuts()
849 return !curGate->IsFirstOutNull(); in HasOuts()
862 if (!curGate->IsFirstOutNull()) { in GetOutStates()
1694 ASSERT(!curGate->IsFirstOutNull()); in GetGlueFromArgList()
Dverifier.cpp80 if (!curGate->IsFirstOutNull()) { in RunDataIntegrityCheck()