hanchenye-llvm-project/llvm/include
Duncan P. N. Exon Smith fc7dc93031 blockfreq: Use a std::list for Loops
As pointed out by David Blaikie in code review, a `std::list<T>` is
simpler than a `std::vector<std::unique_ptr<T>>`.  Another option is a
`std::deque<T>` (which allocates in chunks), but I'd like to leave open
the option of inserting in the middle of the sequence for handling
irreducible control flow on the fly.

<rdar://problem/14292693>

llvm-svn: 207177
2014-04-25 04:30:06 +00:00
..
llvm blockfreq: Use a std::list for Loops 2014-04-25 04:30:06 +00:00
llvm-c Convert getFileOffset to getOffset and move it to its only user. 2014-04-21 13:45:32 +00:00