Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/
Dasync_function_lowering.cpp87 GateRef ifFalse = circuit_->NewGate(circuit_->IfFalse(), {ifBranch}); in RebuildGeneratorCfg() local
125 GateRef ifFalse = circuit_->NewGate(circuit_->IfFalse(), {ifBranch}); in RebuildGeneratorCfg() local
Dbytecode_circuit_builder.cpp913 auto ifFalse = circuit_->NewGate(circuit_->IfFalse(), {gate}); in NewJump() local
Dcircuit_builder.cpp986 GateRef ifFalse = IfFalse(ifBranch); in Branch() local
Dslowpath_lowering.cpp163 GateRef ifFalse = builder_.IfFalse(ifBranch); in ReplaceHirWithIfBranch() local
2184 GateRef ifFalse = builder_.IfFalse(ifBranch); in LowerConditionJump() local
Dstub_builder.cpp51 GateRef ifFalse = env_->GetBuilder()->IfFalse(ifBranch); in Branch() local
/arkcompiler/ets_runtime/ecmascript/compiler/tests/
Dcircuit_optimizer_tests.cpp80 auto ifFalse = circuit.NewGate(circuit.IfFalse(), in HWTEST_F_L0() local
553 auto ifFalse = circuit.NewGate(circuit.IfFalse(), {ifBranch}); in HWTEST_F_L0() local
/arkcompiler/ets_frontend/es2panda/compiler/core/
Dpandagen.cpp794 void PandaGen::Condition(const ir::AstNode *node, lexer::TokenType op, VReg lhs, Label *ifFalse) in Condition()