Home
last modified time | relevance | path

Searched defs:currentState (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
Dstate_split_linearizer.cpp167 auto currentState = replacement_.State(); in ProcessStateDepend() local
214 auto currentState = curRegion->GetState(); in TryInsertRelay() local
230 auto currentState = curRegion->GetState(); in TryLoadDependStart() local
257 auto currentState = curRegion->GetState(); in ConnectStateDepend() local
274 void ConnectEdge(RegionEdge& edge, GateRef currentState, GateRef stateInput, size_t i) in ConnectEdge()
293 auto currentState = regionEdge.to->GetState(); in ConnectPendingRegionEdges() local
/arkcompiler/runtime_core/static_core/compiler/optimizer/analysis/
Dreg_alloc_verifier.cpp354 BasicBlock *PropagateBlockState(BasicBlock *currentBlock, BlockState *currentState, in PropagateBlockState()