clang 17.0.0git
Classes | Namespaces
DataflowWorklist.h File Reference
#include "clang/Analysis/Analyses/PostOrderCFGView.h"
#include "clang/Analysis/CFG.h"
#include "llvm/ADT/PriorityQueue.h"
Include dependency graph for DataflowWorklist.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  clang::DataflowWorklistBase< Comp, QueueSize >
 A worklist implementation where the enqueued blocks will be dequeued based on the order defined by 'Comp'. More...
 
struct  clang::ReversePostOrderCompare
 
struct  clang::ForwardDataflowWorklist
 A worklist implementation for forward dataflow analysis. More...
 
struct  clang::BackwardDataflowWorklist
 A worklist implementation for backward dataflow analysis. More...
 

Namespaces

namespace  clang