Searched refs:ConsumedBlockInfo (Results 1 – 2 of 2) sorted by relevance
208 class ConsumedBlockInfo {213 ConsumedBlockInfo() = default;215 ConsumedBlockInfo(unsigned int NumBlocks, PostOrderCFGView *SortedGraph) in ConsumedBlockInfo() function242 ConsumedBlockInfo BlockInfo;
1004 bool ConsumedBlockInfo::allBackEdgesVisited(const CFGBlock *CurrBlock, in allBackEdgesVisited()1018 void ConsumedBlockInfo::addInfo( in addInfo()1033 void ConsumedBlockInfo::addInfo(const CFGBlock *Block, in addInfo()1046 ConsumedStateMap* ConsumedBlockInfo::borrowInfo(const CFGBlock *Block) { in borrowInfo()1053 void ConsumedBlockInfo::discardInfo(const CFGBlock *Block) { in discardInfo()1058 ConsumedBlockInfo::getInfo(const CFGBlock *Block) { in getInfo()1066 bool ConsumedBlockInfo::isBackEdge(const CFGBlock *From, const CFGBlock *To) { in isBackEdge()1073 bool ConsumedBlockInfo::isBackEdgeTarget(const CFGBlock *Block) { in isBackEdgeTarget()1319 BlockInfo = ConsumedBlockInfo(CFGraph->getNumBlockIDs(), SortedGraph); in run()