systemc-clang 2.0.0
Parsing SystemC constructs
Loading...
Searching...
No Matches
Classes | Namespaces | Macros
SplitCFGBlock.h File Reference
#include "clang/Analysis/CFG.h"
#include "clang/ASTMatchers/ASTMatchers.h"
#include "clang/ASTMatchers/ASTMatchFinder.h"
Include dependency graph for SplitCFGBlock.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  systemc_clang::BreakMatcher
 
class  systemc_clang::SplitCFGBlock
 
struct  systemc_clang::SplitCFGBlock::SuccessorIterator
 

Namespaces

namespace  systemc_clang
 

Macros

#define DEBUG_TYPE   "SplitCFGMatcher"
 Different matchers may use different DEBUG_TYPE.
 

Detailed Description

Split the CFG block in chunks separted by wait() statements.

Definition in file SplitCFGBlock.h.

Macro Definition Documentation

◆ DEBUG_TYPE

#define DEBUG_TYPE   "SplitCFGMatcher"

Different matchers may use different DEBUG_TYPE.

Author
Hiren Patel

Definition at line 25 of file SplitCFGBlock.h.