Searched refs:IsControlCase (Results 1 – 8 of 8) sorted by relevance
258 bool Circuit::IsControlCase(GateRef gate) const in IsControlCase() function in panda::ecmascript::kungfu::Circuit262 return curGate->GetMetaData()->IsControlCase(); in IsControlCase()
238 bool IsControlCase(GateRef gate) const;
244 bool GateMetaData::IsControlCase() const in IsControlCase() function in panda::ecmascript::kungfu::GateMetaData
454 bool IsControlCase(GateRef gate) const;
617 bool GateAccessor::IsControlCase(GateRef gate) const in IsControlCase() function in panda::ecmascript::kungfu::GateAccessor619 return circuit_->IsControlCase(gate); in IsControlCase()
1974 if (IsControlCase()) { in MergeAllDepend()2016 bool Label::LabelImpl::IsControlCase() const in IsControlCase() function in panda::ecmascript::kungfu::Label::LabelImpl2018 return GateAccessor(env_->GetCircuit()).IsControlCase(predeControl_); in IsControlCase()
550 bool IsControlCase() const;
782 bool IsControlCase() const;