Home
last modified time | relevance | path

Searched refs:MergeState (Results 1 - 4 of 4) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
H A Descape_analysis.h94 State MergeState(GateRef gate);
H A Descape_analysis.cpp70 state_ = MergeState(curGate); in GateInfo()
97 State GateInfo::MergeState(GateRef gate) in MergeState() function in panda::ecmascript::kungfu::GateInfo
/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/
H A Descape.h235 bool MergeState(StateOwner inst, BasicBlock *block, BasicBlockState *newState);
H A Descape.cpp531 stateChanged = stateChanged || MergeState(inst, block, newState);
571 bool EscapeAnalysis::MergeProcessor::MergeState(StateOwner inst, BasicBlock *block, BasicBlockState *newState)

Completed in 5 milliseconds