| /arkcompiler/runtime_core/static_core/libllvmbackend/transforms/ |
| D | pipeline.cfg | 42 instcombine, # Combine redundant instructions 62 instcombine, # Combine redundant instructions 80 instcombine, # Combine redundant instructions 95 instcombine, # Combine redundant instructions 108 instcombine # Combine redundant instructions 136 instcombine, # Combine redundant instructions 150 instcombine, # Combine redundant instructions 162 instcombine, # Combine redundant instructions 179 instcombine # Combine redundant instructions 197 instcombine, # Combine redundant instructions [all …]
|
| D | pipeline_irtoc.cfg | 45 instcombine, # Combine redundant instructions 64 instcombine, # Combine redundant instructions 82 instcombine, # Combine redundant instructions 96 instcombine, # Combine redundant instructions 109 instcombine # Combine redundant instructions 137 instcombine, # Combine redundant instructions 147 instcombine, # Combine redundant instructions 151 instcombine, # Combine redundant instructions 167 instsimplify, # Remove redundant instructions
|
| /arkcompiler/runtime_core/static_core/runtime/templates/ |
| D | intrinsics.h.erb | 44 …8_t, uint32_t, uint32_t); // NOLINT(readability-named-parameter, readability-redundant-declaration) 45 …6_t, uint32_t, uint32_t); // NOLINT(readability-named-parameter, readability-redundant-declaration) 46 …2_t, uint32_t, uint32_t); // NOLINT(readability-named-parameter, readability-redundant-declaration) 47 …4_t, uint32_t, uint32_t); // NOLINT(readability-named-parameter, readability-redundant-declaration) 48 …oat, uint32_t, uint32_t); // NOLINT(readability-named-parameter, readability-redundant-declaration) 49 …ble, uint32_t, uint32_t); // NOLINT(readability-named-parameter, readability-redundant-declaration)
|
| /arkcompiler/runtime_core/static_core/tests/checked/ |
| D | checkcast_elimination_test.pa | 49 #! CHECKER CheckCast Elimination applied, remove redundant checkcast. 79 #! CHECKER CheckCast Elimination applied, remove redundant checkcast, inline. 108 #! CHECKER CheckCast Elimination applied, remove redundant checkcast for field value. 143 #! CHECKER CheckCast Elimination applied, remove redundant checkcast for method return value.
|
| D | checkcast_elimination.pa | 43 #! CHECKER CheckCast Elimination applied, remove redundant checkcast for field value. 71 #! CHECKER CheckCast Elimination applied, remove redundant checkcast for method return value. 156 #! CHECKER Remove redundant checkcast for variable updated in loop.
|
| /arkcompiler/runtime_core/static_core/platforms/unix/libpandabase/ |
| D | mem_hooks.h | 93 void *malloc(size_t size) noexcept; // NOLINT(readability-redundant-declaratio… 94 void *Memalign(size_t alignment, size_t size) noexcept; // NOLINT(readability-redundant-declaratio… 95 void free(void *ptr) noexcept; // NOLINT(readability-redundant-declaratio…
|
| D | mem_hooks.cpp | 146 // NOLINTNEXTLINE(readability-redundant-declaration,readability-identifier-naming) 159 // NOLINTNEXTLINE(readability-redundant-declaration,readability-identifier-naming) 172 // NOLINTNEXTLINE(readability-redundant-declaration,readability-identifier-naming)
|
| /arkcompiler/ets_frontend/ets2panda/test/runtime/ets/ |
| D | CastReference3.sts | 36 // Verifier warning 22: Redundant check cast 37 // Accumulator type 'C[]' is always a subtype of 'B[]'. Checkcast is redundant here.
|
| /arkcompiler/runtime_core/static_core/compiler/docs/ |
| D | redundant_loop_elimination_doc.md | 1 # Redundant Loop Elimination 3 **Redundant Loop Elimination(RLE)** - optimization which find and remove useless loops.
|
| D | constant_folding_doc.md | 31 3.i64 Add v1, v2 -> v4 // is redundant, can calculate in compile time
|
| /arkcompiler/runtime_core/static_core/libpandabase/utils/ |
| D | asan_interface.h | 33 // NOLINTNEXTLINE(readability-identifier-naming, readability-redundant-declaration) 36 // NOLINTNEXTLINE(readability-identifier-naming, readability-redundant-declaration)
|
| /arkcompiler/runtime_core/static_core/bytecode_optimizer/templates/ |
| D | check_width.cpp.erb | 59 // NOLINTBEGIN(readability-redundant-control-flow) 70 // NOLINTEND(readability-redundant-control-flow)
|
| /arkcompiler/ets_frontend/ets2panda/linter/docs/rules/ |
| D | recipe80.md | 9 considered redundant because object layout is known at compile time, and
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/ |
| D | object_type_check_elimination.cpp | 134 return CheckCastEliminateType::REDUNDANT; in TryEliminateCheckCast() 147 return CheckCastEliminateType::REDUNDANT; in TryEliminateCheckCast() 156 return CheckCastEliminateType::REDUNDANT; in TryEliminateCheckCast()
|
| D | cse.h | 83 GlobalCse eliminates the redundant computations whose result can be obtained 85 to take place of the redundant instruction. For example, 251 // delete redundant insts in RemoveInstsIn()
|
| D | lse.h | 29 * Load Store Elimination (Lse) optimization is aimed to eliminate redundant 31 * instructions are redundant. Lse has the heap representation in form of
|
| D | object_type_check_elimination.h | 66 enum CheckCastEliminateType { REDUNDANT, MUST_THROW, INVALID }; enumerator
|
| /arkcompiler/ets_frontend/ets2panda/checker/ |
| D | ASchecker.h | 25 // NOLINTNEXTLINE(readability-redundant-member-init)
|
| D | JSchecker.h | 25 // NOLINTNEXTLINE(readability-redundant-member-init)
|
| /arkcompiler/ets_frontend/ets2panda/ir/ |
| D | typed.h | 23 // NOLINTBEGIN(readability-redundant-declaration) 26 // NOLINTEND(readability-redundant-declaration)
|
| /arkcompiler/runtime_core/assembler/ |
| D | assembly-debug.h | 26 std::string whole_line = ""; // TODO(mbolshov): redundant given file and line_number
|
| /arkcompiler/runtime_core/static_core/assembler/ |
| D | assembly-debug.h | 28 std::string wholeLine; // NOTE(mbolshov): redundant given file and line_number
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/ |
| D | cg_ssu_pre.cpp | 40 if (!realOcc->redundant) { in CodeMotion() 67 // for setting SRealOcc's redundant flag and SLambdaResOcc's insertHere flag 85 realOcc->redundant = false; in Finalize() 88 realOcc->redundant = true; in Finalize() 131 if (!realOcc->redundant) { in Finalize() 133 LogInfo::MapleLogger() << " non-redundant" << '\n'; in Finalize()
|
| D | cg_ssa_pre.cpp | 43 if (!realOcc->redundant) { in CodeMotion() 60 // for setting RealOcc's redundant flag and PhiOpndOcc's insertHere flag 78 realOcc->redundant = false; in Finalize() 81 realOcc->redundant = true; in Finalize() 122 if (!realOcc->redundant) { in Finalize() 124 LogInfo::MapleLogger() << " non-redundant" << '\n'; in Finalize()
|
| /arkcompiler/ets_frontend/ets2panda/varbinder/ |
| D | variable.h | 30 // NOLINTBEGIN(readability-redundant-declaration) 33 // NOLINTEND(readability-redundant-declaration)
|