Searched refs:IsFirstOutNull (Results 1 – 7 of 7) sorted by relevance
240 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::Gate773 if (!IsFirstOutNull()) { in Print()829 if (!IsFirstOutNull()) { in ShortPrint()
303 bool Circuit::IsFirstOutNull(GateRef gate) const in IsFirstOutNull() function in panda::ecmascript::kungfu::Circuit306 return curGate->IsFirstOutNull(); in IsFirstOutNull()313 if (!curGate->IsFirstOutNull()) { in GetOutVector()
164 [[nodiscard]] bool IsFirstOutNull() const;
238 bool IsFirstOutNull(GateRef gate) const;
620 if (circuit_->LoadGatePtrConst(gate)->IsFirstOutNull()) { in ConstUseBegin()634 if (circuit_->LoadGatePtrConst(gate)->IsFirstOutNull()) { in UseBegin()
834 if (!curGate->IsFirstOutNull()) { in GetOuts()849 return !curGate->IsFirstOutNull(); in HasOuts()862 if (!curGate->IsFirstOutNull()) { in GetOutStates()1694 ASSERT(!curGate->IsFirstOutNull()); in GetGlueFromArgList()
80 if (!curGate->IsFirstOutNull()) { in RunDataIntegrityCheck()