Searched full:redundant (Results 1 – 25 of 33) sorted by relevance
12
1 # Redundant Loop Elimination3 **Redundant Loop Elimination(RLE)** - optimization which find and remove useless loops.
50 ### Remove redundant Phi(s)52 On first step redundant `Phi` instructions are removed - in short, if `phi` has only one real input…
38 : PtFrame(), // NOLINT(readability-redundant-member-init) in TestFrame()39 ListNode(), // NOLINT(readability-redundant-member-init) in TestFrame()
26 std::string whole_line = ""; // TODO(mbolshov): redundant given file and line_number
123 return CheckCastEliminateType::REDUNDANT; in TryEliminateCheckCast()132 return CheckCastEliminateType::REDUNDANT; in TryEliminateCheckCast()
64 enum CheckCastEliminateType { REDUNDANT, MUST_THROW, INVALID }; enumerator
50 // check that loop doesn't contains not redundant insts in IsRedundant()
279 …COMPILER_LOG(DEBUG, DEOPTIMIZE_ELIM) << "Dublicated or redundant DeoptimizeIf " << inst->GetId() <… in RemoveDeoptimizeIf()
113 -readability-redundant-string-init
61 // NOLINTNEXTLINE(readability-redundant-string-cstr) in PandaStringToStd()
134 std::string whole_line = ""; // TODO(mbolshov): redundant given file and line_number
153 // NOLINTNEXTLINE(readability-redundant-declaration)
147 // NOLINTNEXTLINE(readability-redundant-declaration)
149 …// Gloabl declaration should not be set lexical, otherwise redundant lexical env will be created i…
232 // NOLINTNEXTLINE(readability-redundant-declaration)
566 // 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()
125 To address the risk of producing inefficient bytecode with redundant moves from and to
181 redundant memory consumption is cheaper than ongoing runtime penalties on garbage collector
36 * [Redundant Loop Elimination](../compiler/docs/redundant_loop_elimination_doc.md)
29 // NOLINTNEXTLINE(readability-redundant-declaration)
127 // NOLINTNEXTLINE(readability-redundant-declaration)
237 // NOLINTNEXTLINE(readability-redundant-declaration)
709 - name: redundant-loop-elimination
282 …Accumulator type '${acc_type}' is always a subtype of '${type}'. Checkcast is redundant here. It m…
473 new Tonumeric(new Imm(1)), // this is redundant load varialbe