DataflowWorklist.h - "We should have a description here of what this code does, not...
authorArtyom Skrobov <Artyom.Skrobov@arm.com>
Tue, 29 Jul 2014 16:10:25 +0000 (16:10 +0000)
committerArtyom Skrobov <Artyom.Skrobov@arm.com>
Tue, 29 Jul 2014 16:10:25 +0000 (16:10 +0000)
llvm-svn: 214183

clang/include/clang/Analysis/Analyses/DataflowWorklist.h

index dfa00f9..2daee81 100644 (file)
@@ -7,7 +7,10 @@
 //
 //===----------------------------------------------------------------------===//
 //
-// DataflowWorklist is used in LiveVariables and UninitializedValues analyses
+// DataflowWorklist keeps track of blocks for dataflow analysis. It maintains a
+// vector of blocks for priority processing, and falls back upon a reverse
+// post-order iterator. It supports both forward (used in UninitializedValues)
+// and reverse (used in LiveVariables) analyses.
 //
 //===----------------------------------------------------------------------===//