Searched refs:IsFirstOutNull (Results 1 – 7 of 7) sorted by relevance
234 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::Gate756 if (!IsFirstOutNull()) { in Print()812 if (!IsFirstOutNull()) { in ShortPrint()
302 bool Circuit::IsFirstOutNull(GateRef gate) const in IsFirstOutNull() function in panda::ecmascript::kungfu::Circuit305 return curGate->IsFirstOutNull(); in IsFirstOutNull()312 if (!curGate->IsFirstOutNull()) { in GetOutVector()
161 [[nodiscard]] bool IsFirstOutNull() const;
563 if (circuit_->LoadGatePtrConst(gate)->IsFirstOutNull()) { in ConstUseBegin()577 if (circuit_->LoadGatePtrConst(gate)->IsFirstOutNull()) { in UseBegin()
233 bool IsFirstOutNull(GateRef gate) const;
492 if (!curGate->IsFirstOutNull()) { in GetOuts()507 return !curGate->IsFirstOutNull(); in HasOuts()520 if (!curGate->IsFirstOutNull()) { in GetOutStates()1193 ASSERT(!curGate->IsFirstOutNull()); in GetGlueFromArgList()
80 if (!curGate->IsFirstOutNull()) { in RunDataIntegrityCheck()