Home
last modified time | relevance | path

Searched refs:IsControlCase (Results 1 – 8 of 8) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
Dcircuit_builder_helper.cpp192 if (IsControlCase()) { in MergeAllDepend()
234 bool Label::LabelImpl::IsControlCase() const in IsControlCase() function in panda::ecmascript::kungfu::Label::LabelImpl
236 return GateAccessor(env_->GetCircuit()).IsControlCase(predeControl_); in IsControlCase()
Dcircuit.cpp259 bool Circuit::IsControlCase(GateRef gate) const in IsControlCase() function in panda::ecmascript::kungfu::Circuit
263 return curGate->GetMetaData()->IsControlCase(); in IsControlCase()
Dshare_gate_meta_data.cpp157 bool GateMetaData::IsControlCase() const in IsControlCase() function in panda::ecmascript::kungfu::GateMetaData
Dcircuit_builder_helper.h250 bool IsControlCase() const;
Dcircuit.h243 bool IsControlCase(GateRef gate) const;
Dshare_gate_meta_data.h230 bool IsControlCase() const;
Dgate_accessor.h494 bool IsControlCase(GateRef gate) const;
Dgate_accessor.cpp965 bool GateAccessor::IsControlCase(GateRef gate) const in IsControlCase() function in panda::ecmascript::kungfu::GateAccessor
967 return circuit_->IsControlCase(gate); in IsControlCase()