Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/
Dstate_split_linearizer.cpp92 replacement_.SetDepend(acc_.GetDependRoot()); in Run()
93 dependStart_ = replacement_.Depend(); in Run()
136 replacement_.SetDepend(curGate); in TryFindDependStart()
151 replacement_.SetState(curRegion->GetState()); in VisitRegion()
167 auto currentState = replacement_.State(); in ProcessStateDepend()
168 auto currentDepend = replacement_.Depend(); in ProcessStateDepend()
176 replacement_.SetState(currentGate); in ProcessStateDepend()
185 replacement_.SetDepend(currentGate); in ProcessStateDepend()
203 ASSERT(replacement_.State() != Circuit::NullGate()); in VisitGate()
204 replacement_ = lowering.LowerConvert(replacement_, gate); in VisitGate()
[all …]