Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/
Dcircuit_builder_helper.h175 inline void MergeControl(GateRef control) in MergeControl() function
177 impl_->MergeControl(control); in MergeControl()
221 void MergeControl(GateRef control) in MergeControl() function
Dcircuit_builder.cpp210 label->MergeControl(currentLabel->GetControl()); in Jump()
223 trueLabel->MergeControl(ifTrue); in Branch()
226 falseLabel->MergeControl(ifFalse); in Branch()
242 keysLabel[i].MergeControl(switchCase); in Switch()
247 defaultLabel->MergeControl(defaultCase); in Switch()
269 loopHead->MergeControl(loopend); in LoopEnd()
Dstub_builder.cpp52 label->MergeControl(currentLabel->GetControl()); in Jump()
64 trueLabel->MergeControl(ifTrue); in Branch()
67 falseLabel->MergeControl(ifFalse); in Branch()
83 keysLabel[i].MergeControl(switchCase); in Switch()
88 defaultLabel->MergeControl(defaultCase); in Switch()
110 loopHead->MergeControl(loopend); in LoopEnd()