Home
last modified time | relevance | path

Searched defs:ifFalse (Results 1 – 9 of 9) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
Dasync_function_lowering.cpp88 GateRef ifFalse = circuit_->NewGate(circuit_->IfFalse(), {ifBranch}); in RebuildGeneratorCfg() local
129 GateRef ifFalse = circuit_->NewGate(circuit_->IfFalse(), {ifBranch}); in RebuildGeneratorCfg() local
227 void AsyncFunctionLowering::ModifyStateInput(GateRef stateInGate, GateRef ifBranch, GateRef ifFalse) in ModifyStateInput()
Dbuiltins_lowering.cpp210 GateRef ifFalse = builder_.IfFalse(ifBranch); in ReplaceHirWithValue() local
Dslowpath_lowering.cpp136 GateRef ifFalse = builder_.IfFalse(ifBranch); in ReplaceHirWithPendingException() local
171 GateRef ifFalse = builder_.IfFalse(ifBranch); in ReplaceHirWithValue() local
1721 GateRef ifFalse = builder_.IfFalse(ifBranch); in LowerConditionJump() local
Dbytecode_circuit_builder.cpp965 auto ifFalse = circuit_->NewGate(circuit_->IfFalse(), {gate}); in NewJump() local
Dts_hcr_lowering.cpp645 GateRef ifFalse = builder_.IfFalse(branch); in LowerNamedAccess() local
Dtype_mcr_lowering.cpp1261 GateRef ifFalse = builder_.IfFalse(ifBranch); in ReplaceHirWithPendingException() local
Dcircuit_builder.cpp1804 GateRef ifFalse = IfFalse(ifBranch); in Branch() local
Dstub_builder.cpp59 GateRef ifFalse = env_->GetBuilder()->IfFalse(ifBranch); in Branch() local
/arkcompiler/ets_frontend/es2panda/compiler/core/
Dpandagen.cpp805 void PandaGen::Condition(const ir::AstNode *node, lexer::TokenType op, VReg lhs, Label *ifFalse) in Condition()