Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/
Dgate.cpp234 if (!curGate->IsFirstOutNull()) { in CheckStateOutput()
273 if (!curGate->IsFirstOutNull()) { in CheckBranchOutput()
298 if (!IsFirstOutNull()) { in CheckNOP()
500 if (in->IsFirstOutNull()) { in NewIn()
569 bool Gate::IsFirstOutNull() const in IsFirstOutNull() function in panda::ecmascript::kungfu::Gate
756 if (!IsFirstOutNull()) { in Print()
812 if (!IsFirstOutNull()) { in ShortPrint()
Dcircuit.cpp302 bool Circuit::IsFirstOutNull(GateRef gate) const in IsFirstOutNull() function in panda::ecmascript::kungfu::Circuit
305 return curGate->IsFirstOutNull(); in IsFirstOutNull()
312 if (!curGate->IsFirstOutNull()) { in GetOutVector()
Dgate.h161 [[nodiscard]] bool IsFirstOutNull() const;
Dgate_accessor.h563 if (circuit_->LoadGatePtrConst(gate)->IsFirstOutNull()) { in ConstUseBegin()
577 if (circuit_->LoadGatePtrConst(gate)->IsFirstOutNull()) { in UseBegin()
Dcircuit.h233 bool IsFirstOutNull(GateRef gate) const;
Dgate_accessor.cpp492 if (!curGate->IsFirstOutNull()) { in GetOuts()
507 return !curGate->IsFirstOutNull(); in HasOuts()
520 if (!curGate->IsFirstOutNull()) { in GetOutStates()
1193 ASSERT(!curGate->IsFirstOutNull()); in GetGlueFromArgList()
Dverifier.cpp80 if (!curGate->IsFirstOutNull()) { in RunDataIntegrityCheck()