Searched full:redundant (Results 1 – 19 of 19) sorted by relevance
26 std::string whole_line = ""; // TODO(mbolshov): redundant given file and line_number
134 std::string whole_line = ""; // TODO(mbolshov): redundant given file and line_number
147 // NOLINTNEXTLINE(readability-redundant-declaration)
50 ### Remove redundant Phi(s)52 On first step redundant `Phi` instructions are removed - in short, if `phi` has only one real input…
149 …// Gloabl declaration should not be set lexical, otherwise redundant lexical env will be created i…
232 // NOLINTNEXTLINE(readability-redundant-declaration)
27 this field become redundant
29 // NOLINTNEXTLINE(readability-redundant-declaration)
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
31 redundant references should be avoided. Also, if it possible, binary file format should avoid data
127 // NOLINTNEXTLINE(readability-redundant-declaration)
237 // NOLINTNEXTLINE(readability-redundant-declaration)
709 - name: redundant-loop-elimination
473 new Tonumeric(new Imm(1)), // this is redundant load varialbe
297 …// 7. NOTE: The above check is not redundant with the check in ValidateIntegerTypedArray because t… in AtomicReadModifyWrite()
591 …// In order to reduce redundant compilation, when a export element satisfies one of the following … in CollectExportIndexs()
10086 + const redundant = 01010087 + with (redundant) {
2 …, add an initializer. Otherwise, add a 'declare' modifier or remove the redundant declaration."),M…