Fix various naming convention issues in inliner code
authorAndy Ayers <andya@microsoft.com>
Wed, 9 Mar 2016 19:47:42 +0000 (11:47 -0800)
committerAndy Ayers <andya@microsoft.com>
Wed, 9 Mar 2016 21:49:02 +0000 (13:49 -0800)
commit68993c3a39bac642d7173c064eecb5b1032e3abe
tree5a52a842c9eea1ef9f244186eee53dffd9386821
parent147de1913c9e087bd25d5d356a205bec8a5ae015
Fix various naming convention issues in inliner code

Per the jit coding conventions, rename all class member functions to be
CamelCase. Rename all class data members to begin with `m_`.

Commit migrated from https://github.com/dotnet/coreclr/commit/6d55384e34b79c6fd4a5aac212c2645ed6c8a3ee
src/coreclr/src/jit/compiler.cpp
src/coreclr/src/jit/compiler.hpp
src/coreclr/src/jit/flowgraph.cpp
src/coreclr/src/jit/importer.cpp
src/coreclr/src/jit/inline.cpp
src/coreclr/src/jit/inline.h
src/coreclr/src/jit/inlinepolicy.cpp
src/coreclr/src/jit/inlinepolicy.h
src/coreclr/src/jit/morph.cpp