aboutsummaryrefslogtreecommitdiff
path: root/include/llvm/Analysis/LoopIterator.h
AgeCommit message (Expand)Author
2013-02-09Remove unneeded #includes.Jakub Staszak
2013-01-10Fix include guards so they exactly match file names.Jakub Staszak
2012-07-17Allow for customized graph edge pruning in PostOrderIterator.hJakob Stoklund Olesen
2011-08-10Cleanup. Remove an extraneous GraphTraits specialization.Andrew Trick
2011-08-10Cleanup. Added LoopBlocksDFS::perform for simple clients.Andrew Trick
2011-08-03An interface for iterating over a loop's blocks in DFS order.Andrew Trick