Delete bitset iterators defines (#12642)
authorSergey Andreenko <seandree@microsoft.com>
Tue, 11 Jul 2017 17:36:37 +0000 (10:36 -0700)
committerGitHub <noreply@github.com>
Tue, 11 Jul 2017 17:36:37 +0000 (10:36 -0700)
commit826e4dbd420833a76f5a03189fcf997bda7e969f
treee8f0acc0d9cd1faa96b23a0fa86d8810046c810f
parent50989bbb8410e517db886cc3c039c0a98505b774
Delete bitset iterators defines (#12642)

Delete BLOCKSET_ITER_INIT

Rename blkNum to bbNum.
We usually use bbNum (basic block number), rather than blkNum(block
number).
This change allows to grep for iterator and etc easier.

Delete BITVEC_ITER_INIT and BITVEC_INIT_NOCOPY.

Delete VARSET_ITER_INIT.

Rename some variables around varSet iterators.
15 files changed:
src/jit/assertionprop.cpp
src/jit/bitvec.h
src/jit/blockset.h
src/jit/codegencommon.cpp
src/jit/codegenlegacy.cpp
src/jit/codegenlinear.cpp
src/jit/compiler.cpp
src/jit/compiler.h
src/jit/flowgraph.cpp
src/jit/liveness.cpp
src/jit/lsra.cpp
src/jit/regalloc.cpp
src/jit/scopeinfo.cpp
src/jit/ssabuilder.cpp
src/jit/varset.h