Home
last modified time | relevance | path

Searched refs:MERGE (Results 1 - 19 of 19) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/pgo_profiler/prof_dump/
H A Dmain.cpp35 MERGE, member in panda::ecmascript::pgo::Option::Mode
91 mode_ = Mode::MERGE; in ParseCommand()
169 case Option::Mode::MERGE: { in Main()
/arkcompiler/ets_runtime/ecmascript/ohos/
H A Dohos_pgo_processor.h98 pgo::PGOProfilerEncoder::ApGenMode::MERGE); in ExportMergedAp()
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/
H A Dpgo_profiler_encoder.h30 enum ApGenMode { OVERWRITE, MERGE }; enumerator
H A Dpgo_profiler_manager.h45 encoder_ = std::make_unique<PGOProfilerEncoder>(outDir, hotnessThreshold, ApGenMode::MERGE); in Initialize()
H A Dpgo_profiler_encoder.cpp261 if ((mode_ == MERGE) && FileExist(realOutPath_.c_str())) { in InternalSave()
/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dshare_gate_meta_data.cpp113 case OpCode::MERGE: in IsGeneralState()
155 return (opcode_ == OpCode::MERGE) || (opcode_ == OpCode::LOOP_BEGIN); in IsCFGMerge()
H A Ddead_code_elimination.cpp27 case OpCode::MERGE: in VisitGate()
H A Dgraph_editor.cpp74 case OpCode::MERGE: in RemoveGate()
H A Dshare_opcodes.h65 V(Merge, MERGE, GateFlags::CONTROL, value, 0, 0) \
H A Dgate_meta_data_builder.h69 GateMetaData cachedMerge##VALUE##_ { OpCode::MERGE, GateFlags::CONTROL, VALUE, 0, 0 }; \
H A Dpost_schedule.cpp153 ASSERT(acc_.GetOpCode(endBBState) == OpCode::MERGE); in ReplaceBBState()
176 case OpCode::MERGE: in ReplaceBBState()
H A Dgraph_linearizer.h222 MERGE, enumerator
H A Dgraph_linearizer.cpp120 case OpCode::MERGE: in VisitStateGate()
961 case OpCode::MERGE: in MoveAndClear()
H A Dgate_accessor.cpp1030 op == OpCode::MERGE || in IsSimpleState()
1656 // or LOOP_BEGIN / MERGE -> DEPEND_SELECTOR cannot be replaced in ReplaceInAfterInsert()
1702 // stateIn: IF_TRUE / IF_FALSE / MERGE
1719 } else if (GetOpCode(insertAfter) == OpCode::MERGE) {
H A Dgate.cpp376 if (stateOp == OpCode::MERGE || stateOp == OpCode::LOOP_BEGIN) { in CheckSelector()
393 "State input does not match (expected:[MERGE|LOOP_BEGIN] actual:" + in CheckSelector()
/arkcompiler/ets_runtime/ecmascript/compiler/tests/
H A Ddead_code_elimination_test.cpp127 EXPECT_TRUE(acc.GetOpCode(merge) == OpCode::MERGE); in HWTEST_F_L0()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/
H A Dlitecg_ir_builder.cpp286 case OpCode::MERGE: in HandleBB()
288 InsertUsedOpcodeSet(usedOpcodeSet, OpCode::MERGE); in HandleBB()
905 case OpCode::MERGE: in HandleGoto()
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/tests/
H A Dpgo_profiler_test.cpp1249 PGOProfilerEncoder::ApGenMode::MERGE); in HWTEST_F_L0()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/llvm/
H A Dllvm_ir_builder.cpp157 {OpCode::MERGE, &LLVMIRBuilder::HandleGoto}, in InitializeHandlers()
1288 case OpCode::MERGE: in HandleGoto()

Completed in 30 milliseconds