Class SusCFG¶
Defined in File SuspensionAutomata.h
Class Documentation¶
-
class
systemc_clang::SusCFG¶ Public Functions
-
SusCFG(CFGBlock*)¶
-
~SusCFG()¶
-
void
addParentBlock(CFGBlock*)¶
-
void
setWaitBlock()¶
-
void
setWaitStmt(Stmt*)¶
-
void
setParentBlock()¶
-
void
addGPUFit()¶
-
void
denyGPUFit()¶
-
bool
isWaitBlock()¶
-
bool
isParentBlock()¶
-
bool
isParentWaitBlock()¶
-
bool
isGPUFit()¶
-
unsigned int
getBlockID()¶
-
unsigned int
getParentBlockID()¶
-
CFGBlock *
getBlock()¶
-
CFGBlock *
getParentCFGBlock()¶
-
Stmt *
getWaitStmt()¶
-