Searched defs:accValue (Results 1 – 3 of 3) sorted by relevance
| /arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/ |
| D | simplify_string_builder.cpp | 1461 Inst *accValue) in GetStringBuilderUsagesPO() 1545 Inst *appendInstruction, const Inst *accValue, in MatchTemporaryInstruction() 1580 Inst *accValue, Inst *intermediateValue, in MatchTemporaryInstructions() 1685 for (auto accValue : GetPhiAccumulatedValues(loop)) { in MatchLoopConcatenation() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | ntype_bytecode_lowering.cpp | 419 GateRef accValue = acc_.GetValueIn(gate, 2); // 2: accValue in LowerNTypedStOwnByName() local
|
| D | slowpath_lowering.cpp | 2526 GateRef accValue = acc_.GetValueIn(gate, 2); in LowerStOwnByValue() local 2541 GateRef accValue = acc_.GetValueIn(gate, 2); in LowerStOwnByIndex() local 2558 GateRef accValue = acc_.GetValueIn(gate, 2); in LowerStOwnByName() local 2664 GateRef accValue = acc_.GetValueIn(gate, 2); in LowerStOwnByValueWithNameSet() local 2682 GateRef accValue = acc_.GetValueIn(gate, 2); in LowerStOwnByNameWithNameSet() local 2789 GateRef accValue = acc_.GetValueIn(gate, 2); in LowerStObjByIndex() local
|