clang 20.0.0git
|
A worklist implementation where the enqueued blocks will be dequeued based on the order defined by 'Comp'. More...
#include "clang/Analysis/FlowSensitive/DataflowWorklist.h"
Public Member Functions | |
DataflowWorklistBase (const CFG &Cfg, Comp C) | |
void | enqueueBlock (const CFGBlock *Block) |
const CFGBlock * | dequeue () |
A worklist implementation where the enqueued blocks will be dequeued based on the order defined by 'Comp'.
Definition at line 23 of file DataflowWorklist.h.
|
inline |
Definition at line 30 of file DataflowWorklist.h.
|
inline |
Definition at line 40 of file DataflowWorklist.h.
References clang::CFGBlock::getBlockID().
Referenced by clang::LiveVariables::computeLiveness(), clang::dataflow::runTypeErasedDataflowAnalysis(), and clang::runUninitializedVariablesAnalysis().
|
inline |
Definition at line 33 of file DataflowWorklist.h.
References clang::Block.
Referenced by clang::LiveVariables::computeLiveness().