Home
last modified time | relevance | path

Searched refs:LabelImpl (Results 1 - 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dcircuit_builder_helper.h185 class LabelImpl { class in panda::panda::ecmascript::kungfu::Label
187 LabelImpl(Environment *env, GateRef control) in LabelImpl() function in panda::panda::ecmascript::kungfu::Label::LabelImpl
191 ~LabelImpl() = default;
192 NO_MOVE_SEMANTIC(LabelImpl);
193 NO_COPY_SEMANTIC(LabelImpl);
200 void AppendPredecessor(LabelImpl *predecessor);
201 std::vector<LabelImpl *> GetPredecessors() const in GetPredecessors()
253 std::vector<LabelImpl *> predecessors_;
257 explicit Label(LabelImpl *impl) : impl_(impl) {} in Label()
259 LabelImpl *GetRawLabe
[all...]
H A Dcircuit_builder_helper.cpp101 void Label::LabelImpl::Seal() in Seal()
109 void Label::LabelImpl::WriteVariable(Variable *var, GateRef value) in WriteVariable()
114 GateRef Label::LabelImpl::ReadVariable(Variable *var) in ReadVariable()
126 GateRef Label::LabelImpl::ReadVariableRecursive(Variable *var) in ReadVariableRecursive()
160 void Label::LabelImpl::Bind() in Bind()
176 void Label::LabelImpl::MergeAllControl() in MergeAllControl()
204 void Label::LabelImpl::MergeAllDepend() in MergeAllDepend()
232 void Label::LabelImpl::AppendPredecessor(Label::LabelImpl *predecessor) in AppendPredecessor()
239 bool Label::LabelImpl
[all...]

Completed in 2 milliseconds