Home
last modified time | relevance | path

Searched full:redundant (Results 1 – 25 of 33) sorted by relevance

12

/arkcompiler/runtime_core/compiler/docs/
Dredundant_loop_elimination_doc.md1 # Redundant Loop Elimination
3 **Redundant Loop Elimination(RLE)** - optimization which find and remove useless loops.
Dcleanup_doc.md50 ### Remove redundant Phi(s)
52 On first step redundant `Phi` instructions are removed - in short, if `phi` has only one real input…
/arkcompiler/runtime_core/runtime/tooling/inspector/tests/
Dtest_frame.h38 : PtFrame(), // NOLINT(readability-redundant-member-init) in TestFrame()
39 ListNode(), // NOLINT(readability-redundant-member-init) in TestFrame()
/arkcompiler/runtime_core/assembler/
Dassembly-debug.h26 std::string whole_line = ""; // TODO(mbolshov): redundant given file and line_number
/arkcompiler/runtime_core/compiler/optimizer/optimizations/
Dobject_type_check_elimination.cpp123 return CheckCastEliminateType::REDUNDANT; in TryEliminateCheckCast()
132 return CheckCastEliminateType::REDUNDANT; in TryEliminateCheckCast()
Dobject_type_check_elimination.h64 enum CheckCastEliminateType { REDUNDANT, MUST_THROW, INVALID }; enumerator
Dredundant_loop_elimination.cpp50 // check that loop doesn't contains not redundant insts in IsRedundant()
Ddeoptimize_elimination.cpp279 …COMPILER_LOG(DEBUG, DEOPTIMIZE_ELIM) << "Dublicated or redundant DeoptimizeIf " << inst->GetId() <… in RemoveDeoptimizeIf()
/arkcompiler/runtime_core/runtime/tooling/inspector/
DCMakeLists.txt113 -readability-redundant-string-init
/arkcompiler/runtime_core/runtime/include/mem/
Dpanda_string.h61 // NOLINTNEXTLINE(readability-redundant-string-cstr) in PandaStringToStd()
/arkcompiler/ets_frontend/merge_abc/
DHowToWriteProtoForAssemblyStuff.md134 std::string whole_line = ""; // TODO(mbolshov): redundant given file and line_number
/arkcompiler/runtime_core/runtime/mem/
Drunslots_allocator_stl_adapter.h153 // NOLINTNEXTLINE(readability-redundant-declaration)
/arkcompiler/runtime_core/libpandabase/mem/
Darena_allocator_stl_adapter.h147 // NOLINTNEXTLINE(readability-redundant-declaration)
/arkcompiler/ets_frontend/ts2panda/src/
DlexicalBinder.ts149 …// Gloabl declaration should not be set lexical, otherwise redundant lexical env will be created i…
/arkcompiler/runtime_core/compiler/optimizer/analysis/
Dloop_analyzer.h232 // NOLINTNEXTLINE(readability-redundant-declaration)
/arkcompiler/runtime_core/runtime/
Druntime.cpp566 // NOLINTNEXTLINE(readability-redundant-string-cstr) in GetPandaFilesList()
575 // NOLINTNEXTLINE(readability-redundant-string-cstr) in GetBootPandaFiles()
582 // NOLINTNEXTLINE(readability-redundant-string-cstr) in GetPandaFiles()
589 // NOLINTNEXTLINE(readability-redundant-string-cstr) in LoadBootPandaFiles()
/arkcompiler/runtime_core/docs/
Drationale-for-bytecode.md125 To address the risk of producing inefficient bytecode with redundant moves from and to
Ddesign-of-interpreter.md181 redundant memory consumption is cheaper than ongoing runtime penalties on garbage collector
Dir_format.md36 * [Redundant Loop Elimination](../compiler/docs/redundant_loop_elimination_doc.md)
/arkcompiler/runtime_core/compiler/optimizer/ir/
Dgraph_cloner.h29 // NOLINTNEXTLINE(readability-redundant-declaration)
/arkcompiler/runtime_core/libpandabase/utils/
Dlist.h127 // NOLINTNEXTLINE(readability-redundant-declaration)
Dbit_vector.h237 // NOLINTNEXTLINE(readability-redundant-declaration)
/arkcompiler/runtime_core/compiler/
Dcompiler.yaml709 - name: redundant-loop-elimination
/arkcompiler/runtime_core/verification/
Dmessages.yaml282 …Accumulator type '${acc_type}' is always a subtype of '${type}'. Checkcast is redundant here. It m…
/arkcompiler/ets_frontend/ts2panda/tests/
Dlexenv.test.ts473 new Tonumeric(new Imm(1)), // this is redundant load varialbe

12