Searched refs:IsControlCase (Results 1 – 8 of 8) sorted by relevance
192 if (IsControlCase()) { in MergeAllDepend()234 bool Label::LabelImpl::IsControlCase() const in IsControlCase() function in panda::ecmascript::kungfu::Label::LabelImpl236 return GateAccessor(env_->GetCircuit()).IsControlCase(predeControl_); in IsControlCase()
259 bool Circuit::IsControlCase(GateRef gate) const in IsControlCase() function in panda::ecmascript::kungfu::Circuit263 return curGate->GetMetaData()->IsControlCase(); in IsControlCase()
157 bool GateMetaData::IsControlCase() const in IsControlCase() function in panda::ecmascript::kungfu::GateMetaData
250 bool IsControlCase() const;
243 bool IsControlCase(GateRef gate) const;
230 bool IsControlCase() const;
494 bool IsControlCase(GateRef gate) const;
965 bool GateAccessor::IsControlCase(GateRef gate) const in IsControlCase() function in panda::ecmascript::kungfu::GateAccessor967 return circuit_->IsControlCase(gate); in IsControlCase()