Searched defs:accValue (Results 1 – 3 of 3) sorted by relevance
| /arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/ |
| D | simplify_string_builder.cpp | 1405 Inst *accValue) in GetStringBuilderUsagesPO() 1489 Inst *appendInstruction, const Inst *accValue, in MatchTemporaryInstruction() 1524 Inst *accValue, Inst *intermediateValue, in MatchTemporaryInstructions() 1629 for (auto accValue : GetPhiAccumulatedValues(loop)) { in MatchLoopConcatenation() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | ntype_bytecode_lowering.cpp | 382 GateRef accValue = acc_.GetValueIn(gate, 2); // 2: accValue in LowerNTypedStOwnByName() local
|
| D | slowpath_lowering.cpp | 2236 GateRef accValue = acc_.GetValueIn(gate, 2); in LowerStOwnByValue() local 2251 GateRef accValue = acc_.GetValueIn(gate, 2); in LowerStOwnByIndex() local 2271 GateRef accValue = acc_.GetValueIn(gate, 2); in LowerStOwnByName() local 2381 GateRef accValue = acc_.GetValueIn(gate, 2); in LowerStOwnByValueWithNameSet() local 2403 GateRef accValue = acc_.GetValueIn(gate, 2); in LowerStOwnByNameWithNameSet() local 2507 GateRef accValue = acc_.GetValueIn(gate, 2); in LowerStObjByIndex() local
|