ExecutionDepsFix refactoring:
authorMarina Yatsina <marina.yatsina@intel.com>
Mon, 22 Jan 2018 10:05:37 +0000 (10:05 +0000)
committerMarina Yatsina <marina.yatsina@intel.com>
Mon, 22 Jan 2018 10:05:37 +0000 (10:05 +0000)
commit6b34e63ebd61fa17016e0d3cbf2ed56f53508c60
treebcb66cd111d6c96ad351cccda79c85dfa0eb8b0b
parent6fc2aaae8dca8cbe772aa9df184375e04fd75373
ExecutionDepsFix refactoring:
- Remove unneeded includes and unneeded members
- Use range iterators
- Variable renaming, typedefs, extracting constants
- Removing {} from one line ifs

This patch is NFC.

This is the one of multiple patches that fix bugzilla https://bugs.llvm.org/show_bug.cgi?id=33869
Most of the patches are intended at refactoring the existent code.

Additional relevant reviews:
https://reviews.llvm.org/D40330
https://reviews.llvm.org/D40332
https://reviews.llvm.org/D40333
https://reviews.llvm.org/D40334

Differential Revision: https://reviews.llvm.org/D40331

Change-Id: Ib59060ab3fa5bee3bf2ca2045c24e572635ee7f6
llvm-svn: 323088
llvm/include/llvm/CodeGen/ExecutionDepsFix.h
llvm/lib/CodeGen/ExecutionDepsFix.cpp