[RyuJIT] Delete dead code (#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)
commita0c8ff74c46cb7792796171eea9122d10a9f9bcd
tree33ebd85429503e145e92b6e94b05010913595e60
parent0c7781113cec74ed69aa6a38f9a3e845f40c3680
[RyuJIT] Delete dead code (#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
17 files changed:
src/jit/block.h
src/jit/codegen.h
src/jit/codegeninterface.h
src/jit/compiler.h
src/jit/compiler.hpp
src/jit/compmemkind.h
src/jit/dataflow.h
src/jit/emit.h
src/jit/gentree.cpp
src/jit/gentree.h
src/jit/jit.h
src/jit/jitgcinfo.h
src/jit/lower.h
src/jit/lsra.h
src/jit/optimizer.cpp
src/jit/rationalize.h
src/jit/valuenum.h