Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/
Dcircuit_builder.cpp1795 void CircuitBuilder::Branch(GateRef condition, Label *trueLabel, Label *falseLabel) in Branch() argument
1802 trueLabel->AppendPredecessor(GetCurrentLabel()); in Branch()
1803 trueLabel->MergeControl(ifTrue); in Branch()
Dstub_builder.h128 void Branch(GateRef condition, Label *trueLabel, Label *falseLabel);
Dcircuit_builder.h655 void Branch(GateRef condition, Label *trueLabel, Label *falseLabel);
Dstub_builder.cpp50 void StubBuilder::Branch(GateRef condition, Label *trueLabel, Label *falseLabel) in Branch() argument
57 trueLabel->AppendPredecessor(env_->GetCurrentLabel()); in Branch()
58 trueLabel->MergeControl(ifTrue); in Branch()