[RyuJIT] Delete dead code (dotnet/coreclr#20411)
authormikedn <onemihaid@hotmail.com>
Thu, 18 Oct 2018 15:15:21 +0000 (18:15 +0300)
committerSergey Andreenko <seandree@microsoft.com>
Thu, 18 Oct 2018 15:15:21 +0000 (08:15 -0700)
commit3e3f045c6fc7b19b4b1747c465d1ad4ee4b05a70
treed33c91acbfff69e0724c8c3dfd7e0345b1673583
parent1b440bd8966d87a8dd229f5b2acbb5193c10da8d
[RyuJIT] Delete dead code (dotnet/coreclr#20411)

* Delete dead code

optFindLocalInit and related functions (optIsTrackedLocal, lvaLclVarRefs, lvaLclVarRefsAccumIntoRes, lvaLclVarRefsAccum) are not used anywhere.
Also delete a bunch of undefined function declarations.

* Cleanup DataFlow callback comment

Commit migrated from https://github.com/dotnet/coreclr/commit/a0c8ff74c46cb7792796171eea9122d10a9f9bcd
17 files changed:
src/coreclr/src/jit/block.h
src/coreclr/src/jit/codegen.h
src/coreclr/src/jit/codegeninterface.h
src/coreclr/src/jit/compiler.h
src/coreclr/src/jit/compiler.hpp
src/coreclr/src/jit/compmemkind.h
src/coreclr/src/jit/dataflow.h
src/coreclr/src/jit/emit.h
src/coreclr/src/jit/gentree.cpp
src/coreclr/src/jit/gentree.h
src/coreclr/src/jit/jit.h
src/coreclr/src/jit/jitgcinfo.h
src/coreclr/src/jit/lower.h
src/coreclr/src/jit/lsra.h
src/coreclr/src/jit/optimizer.cpp
src/coreclr/src/jit/rationalize.h
src/coreclr/src/jit/valuenum.h