Searched refs:ConsumedBlockInfo (Results 1 – 2 of 2) sorted by relevance
207 class ConsumedBlockInfo {212 ConsumedBlockInfo() = default;214 ConsumedBlockInfo(unsigned int NumBlocks, PostOrderCFGView *SortedGraph) in ConsumedBlockInfo() function241 ConsumedBlockInfo BlockInfo;
1003 bool ConsumedBlockInfo::allBackEdgesVisited(const CFGBlock *CurrBlock, in allBackEdgesVisited()1017 void ConsumedBlockInfo::addInfo( in addInfo()1032 void ConsumedBlockInfo::addInfo(const CFGBlock *Block, in addInfo()1045 ConsumedStateMap* ConsumedBlockInfo::borrowInfo(const CFGBlock *Block) { in borrowInfo()1052 void ConsumedBlockInfo::discardInfo(const CFGBlock *Block) { in discardInfo()1057 ConsumedBlockInfo::getInfo(const CFGBlock *Block) { in getInfo()1065 bool ConsumedBlockInfo::isBackEdge(const CFGBlock *From, const CFGBlock *To) { in isBackEdge()1072 bool ConsumedBlockInfo::isBackEdgeTarget(const CFGBlock *Block) { in isBackEdgeTarget()1318 BlockInfo = ConsumedBlockInfo(CFGraph->getNumBlockIDs(), SortedGraph); in run()