Home
last modified time | relevance | path

Searched refs:ConsumedBlockInfo (Results 1 – 2 of 2) sorted by relevance

/external/clang/include/clang/Analysis/Analyses/
DConsumed.h198 class ConsumedBlockInfo {
203 ConsumedBlockInfo() { } in ConsumedBlockInfo() function
204 ~ConsumedBlockInfo() { llvm::DeleteContainerPointers(StateMapsArray); } in ~ConsumedBlockInfo()
206 ConsumedBlockInfo(unsigned int NumBlocks, PostOrderCFGView *SortedGraph) in ConsumedBlockInfo() function
235 ConsumedBlockInfo BlockInfo;
/external/clang/lib/Analysis/
DConsumed.cpp1027 bool ConsumedBlockInfo::allBackEdgesVisited(const CFGBlock *CurrBlock, in allBackEdgesVisited()
1042 void ConsumedBlockInfo::addInfo(const CFGBlock *Block, in addInfo()
1062 void ConsumedBlockInfo::addInfo(const CFGBlock *Block, in addInfo()
1078 ConsumedStateMap* ConsumedBlockInfo::borrowInfo(const CFGBlock *Block) { in borrowInfo()
1085 void ConsumedBlockInfo::discardInfo(const CFGBlock *Block) { in discardInfo()
1091 ConsumedStateMap* ConsumedBlockInfo::getInfo(const CFGBlock *Block) { in getInfo()
1103 bool ConsumedBlockInfo::isBackEdge(const CFGBlock *From, const CFGBlock *To) { in isBackEdge()
1110 bool ConsumedBlockInfo::isBackEdgeTarget(const CFGBlock *Block) { in isBackEdgeTarget()
1366 BlockInfo = ConsumedBlockInfo(CFGraph->getNumBlockIDs(), SortedGraph); in run()