blockfreq: Use LoopData directly
authorDuncan P. N. Exon Smith <dexonsmith@apple.com>
Fri, 25 Apr 2014 04:38:01 +0000 (04:38 +0000)
committerDuncan P. N. Exon Smith <dexonsmith@apple.com>
Fri, 25 Apr 2014 04:38:01 +0000 (04:38 +0000)
commit336238cebede64c4bdb163cecc9726600dab8751
tree3cc0b6a7f4eed63f4f0eabdcc5a76c16ddc6ee36
parent1e3d420da5741d66d92287ed5d29139ad146b1d7
blockfreq: Use LoopData directly

Instead of passing around loop headers, pass around `LoopData` directly.

<rdar://problem/14292693>

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@207179 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Analysis/BlockFrequencyInfoImpl.h
lib/Analysis/BlockFrequencyInfoImpl.cpp