Home
last modified time | relevance | path

Searched refs:GetPredecessors (Results 1 - 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dcircuit_builder_helper.h151 inline std::vector<Label> GetPredecessors() const in GetPredecessors() function in panda::panda::ecmascript::kungfu::Label
154 for (auto rawlabel : impl_->GetPredecessors()) { in GetPredecessors()
201 std::vector<LabelImpl *> GetPredecessors() const in GetPredecessors() function in panda::panda::ecmascript::kungfu::Label::LabelImpl
H A Dcircuit_builder_helper.cpp225 for (auto prede : this->GetPredecessors()) { in MergeAllDepend()
H A Dcircuit_builder.cpp964 for (auto pred : label.GetPredecessors()) { in AddPhiOperand()

Completed in 6 milliseconds