| /arkcompiler/runtime_core/compiler/tests/js/ |
| D | branchElimination.js | 29 function ifTrue(a) { function
|
| /arkcompiler/ets_runtime/ecmascript/compiler/tests/ |
| D | dead_code_elimination_test.cpp | 49 auto ifTrue = circuit.NewGate(circuit.IfTrue(), {ifBranch}); in HWTEST_F_L0() local 114 auto ifTrue = circuit.NewGate(circuit.IfTrue(), {ifBranch}); in HWTEST_F_L0() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | async_function_lowering.cpp | 90 GateRef ifTrue = circuit_->NewGate(circuit_->IfTrue(), {ifBranch}); in RebuildGeneratorCfg() local 134 GateRef ifTrue = circuit_->NewGate(circuit_->IfTrue(), {ifBranch}); in RebuildGeneratorCfg() local
|
| D | post_schedule.cpp | 815 GateRef ifTrue = isHeapObject.GetControl(); in LoweringStoreUnknownBarrierAndPrepareScheduleGate() local 940 GateRef ifTrue = builder_.GetState(); in LoweringLoadWithBarrierAndPrepareScheduleGate() local
|
| D | ntype_bytecode_lowering.cpp | 429 GateRef ifTrue = builder_.IfTrue(ifBranch); in ReplaceGateWithPendingException() local
|
| D | ntype_hcr_lowering.cpp | 372 GateRef ifTrue = builder_.IfTrue(ifBranch); in ReplaceGateWithPendingException() local
|
| D | slowpath_lowering.cpp | 217 GateRef ifTrue = builder_.IfTrue(ifBranch); in ReplaceHirWithPendingException() local 253 GateRef ifTrue = builder_.IfTrue(ifBranch); in ReplaceHirWithValue() local 277 GateRef ifTrue = builder_.IfTrue(ifBranch); in ReplaceHirToThrowCall() local 2389 Label ifTrue(&builder_); in LowerConditionJump() local
|
| D | bytecode_circuit_builder.cpp | 1022 auto ifTrue = circuit_->NewGate(circuit_->IfTrue(), {gate}); in NewJump() local
|
| D | typed_bytecode_lowering.cpp | 1701 Label ifTrue(&builder_); in LoadElmentFromFloat64Array() local 2944 GateRef ifTrue = builder_.IfTrue(ifBranch); in ReplaceGateWithPendingException() local
|
| D | typed_hcr_lowering.cpp | 1945 GateRef ifTrue = builder_.IfTrue(ifBranch); in ReplaceHirWithPendingException() local 2669 GateRef ifTrue = builder_.IfTrue(ifBranch); in ReplaceGateWithPendingException() local
|
| D | native_inline_lowering.cpp | 1051 GateRef ifTrue = builder_.IfTrue(ifBranch); in ReplaceGateWithPendingException() local
|
| D | circuit_builder.cpp | 268 GateRef ifTrue = IfTrue(ifBranch); in Branch() local
|
| D | typed_native_inline_lowering.cpp | 2852 GateRef ifTrue = builder_.IfTrue(ifBranch); in ReplaceGateWithPendingException() local
|
| D | stub_builder.cpp | 57 GateRef ifTrue = env_->GetBuilder()->IfTrue(ifBranch); in Branch() local
|
| /arkcompiler/ets_frontend/ets2panda/compiler/core/ |
| D | ETSGen.cpp | 829 Label *ifTrue) in BranchIfIsInstance() 876 auto ifTrue = AllocLabel(); in IsInstance() local 976 auto ifTrue = AllocLabel(); in CheckedReferenceNarrowing() local 2531 …PossiblyNullishEquality(const ir::AstNode *node, VReg lhs, VReg rhs, Label *ifFalse, Label *ifTrue) in HandlePossiblyNullishEquality() 2645 auto ifTrue = AllocLabel(); in RefEqualityLoose() local 2658 auto ifTrue = AllocLabel(); in RefEqualityLoose() local
|
| D | ETSGen.h | 140 void BranchIfTrue(const ir::AstNode *node, Label *ifTrue) in BranchIfTrue()
|