Searched full:redundant (Results 1 – 25 of 113) sorted by relevance
12345
42 instcombine, # Combine redundant instructions62 instcombine, # Combine redundant instructions80 instcombine, # Combine redundant instructions95 instcombine, # Combine redundant instructions108 instcombine # Combine redundant instructions136 instcombine, # Combine redundant instructions150 instcombine, # Combine redundant instructions162 instcombine, # Combine redundant instructions179 instcombine # Combine redundant instructions197 instcombine, # Combine redundant instructions[all …]
45 instcombine, # Combine redundant instructions64 instcombine, # Combine redundant instructions82 instcombine, # Combine redundant instructions96 instcombine, # Combine redundant instructions109 instcombine # Combine redundant instructions137 instcombine, # Combine redundant instructions147 instcombine, # Combine redundant instructions151 instcombine, # Combine redundant instructions167 instsimplify, # Remove redundant instructions
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)
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…
146 // NOLINTNEXTLINE(readability-redundant-declaration,readability-identifier-naming)159 // NOLINTNEXTLINE(readability-redundant-declaration,readability-identifier-naming)172 // NOLINTNEXTLINE(readability-redundant-declaration,readability-identifier-naming)
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.
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.
36 // Verifier warning 22: Redundant check cast37 // Accumulator type 'C[]' is always a subtype of 'FixedArray<B>'. Checkcast is redundant here.
1 # Redundant Loop Elimination3 **Redundant Loop Elimination(RLE)** - optimization which find and remove useless loops.
31 3.i64 Add v1, v2 -> v4 // is redundant, can calculate in compile time
9 - Prunes redundant branches checking nullability (`Compare ... NullPtr`).
22 // NOLINTBEGIN(readability-identifier-naming, readability-redundant-declaration)26 // NOLINTEND(readability-identifier-naming, readability-redundant-declaration)
30 // NOLINTBEGIN(readability-identifier-naming, readability-redundant-declaration)35 // NOLINTEND(readability-identifier-naming, readability-redundant-declaration)
35 // NOLINTNEXTLINE(readability-identifier-naming, readability-redundant-declaration)40 // NOLINTNEXTLINE(readability-identifier-naming, readability-redundant-declaration)
59 // NOLINTBEGIN(readability-redundant-control-flow)70 // NOLINTEND(readability-redundant-control-flow)
9 considered redundant because object layout is known at compile time, and
25 // NOLINTNEXTLINE(readability-redundant-member-init)
134 return CheckCastEliminateType::REDUNDANT; in TryEliminateCheckCast()147 return CheckCastEliminateType::REDUNDANT; in TryEliminateCheckCast()156 return CheckCastEliminateType::REDUNDANT; in TryEliminateCheckCast()
83 GlobalCse eliminates the redundant computations whose result can be obtained85 to take place of the redundant instruction. For example,251 // delete redundant insts in RemoveInstsIn()
66 enum CheckCastEliminateType { REDUNDANT, MUST_THROW, INVALID }; enumerator
29 * Load Store Elimination (Lse) optimization is aimed to eliminate redundant31 * instructions are redundant. Lse has the heap representation in form of
23 // NOLINTBEGIN(readability-redundant-declaration)25 // NOLINTEND(readability-redundant-declaration)
28 std::string wholeLine; // NOTE(mbolshov): redundant given file and line_number
16 //! CHECKER Remove redundant Call.Inlined and ReturnInlined