Searched refs:DataflowValues (Results 1 – 1 of 1) sorted by relevance
41 class DataflowValues {77 DataflowValues() : StmtDataMap(NULL) {} in DataflowValues() function78 ~DataflowValues() { delete StmtDataMap; } in ~DataflowValues()94 return reinterpret_cast<DataflowValues*>(this)->getEdgeData(E); in getEdgeData()108 return const_cast<DataflowValues*>(this)->getBlockData(B); in getBlockData()125 return const_cast<DataflowValues*>(this)->getStmtData(S); in getStmtData()150 return const_cast<DataflowValues*>(this)->getStmtDataMap(); in getStmtDataMap()