Searched refs:MERGE (Results 1 - 19 of 19) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/prof_dump/ |
H A D | main.cpp | 35 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 D | ohos_pgo_processor.h | 98 pgo::PGOProfilerEncoder::ApGenMode::MERGE); in ExportMergedAp()
|
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/ |
H A D | pgo_profiler_encoder.h | 30 enum ApGenMode { OVERWRITE, MERGE }; enumerator
|
H A D | pgo_profiler_manager.h | 45 encoder_ = std::make_unique<PGOProfilerEncoder>(outDir, hotnessThreshold, ApGenMode::MERGE); in Initialize()
|
H A D | pgo_profiler_encoder.cpp | 261 if ((mode_ == MERGE) && FileExist(realOutPath_.c_str())) { in InternalSave()
|
/arkcompiler/ets_runtime/ecmascript/compiler/ |
H A D | share_gate_meta_data.cpp | 113 case OpCode::MERGE: in IsGeneralState() 155 return (opcode_ == OpCode::MERGE) || (opcode_ == OpCode::LOOP_BEGIN); in IsCFGMerge()
|
H A D | dead_code_elimination.cpp | 27 case OpCode::MERGE: in VisitGate()
|
H A D | graph_editor.cpp | 74 case OpCode::MERGE: in RemoveGate()
|
H A D | share_opcodes.h | 65 V(Merge, MERGE, GateFlags::CONTROL, value, 0, 0) \
|
H A D | gate_meta_data_builder.h | 69 GateMetaData cachedMerge##VALUE##_ { OpCode::MERGE, GateFlags::CONTROL, VALUE, 0, 0 }; \
|
H A D | post_schedule.cpp | 153 ASSERT(acc_.GetOpCode(endBBState) == OpCode::MERGE); in ReplaceBBState() 176 case OpCode::MERGE: in ReplaceBBState()
|
H A D | graph_linearizer.h | 222 MERGE, enumerator
|
H A D | graph_linearizer.cpp | 120 case OpCode::MERGE: in VisitStateGate() 961 case OpCode::MERGE: in MoveAndClear()
|
H A D | gate_accessor.cpp | 1030 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 D | gate.cpp | 376 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 D | dead_code_elimination_test.cpp | 127 EXPECT_TRUE(acc.GetOpCode(merge) == OpCode::MERGE); in HWTEST_F_L0()
|
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/ |
H A D | litecg_ir_builder.cpp | 286 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 D | pgo_profiler_test.cpp | 1249 PGOProfilerEncoder::ApGenMode::MERGE); in HWTEST_F_L0()
|
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/llvm/ |
H A D | llvm_ir_builder.cpp | 157 {OpCode::MERGE, &LLVMIRBuilder::HandleGoto}, in InitializeHandlers() 1288 case OpCode::MERGE: in HandleGoto()
|
Completed in 28 milliseconds