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.cpp1026 bool ConsumedBlockInfo::allBackEdgesVisited(const CFGBlock *CurrBlock, in allBackEdgesVisited()
1041 void ConsumedBlockInfo::addInfo(const CFGBlock *Block, in addInfo()
1061 void ConsumedBlockInfo::addInfo(const CFGBlock *Block, in addInfo()
1077 ConsumedStateMap* ConsumedBlockInfo::borrowInfo(const CFGBlock *Block) { in borrowInfo()
1084 void ConsumedBlockInfo::discardInfo(const CFGBlock *Block) { in discardInfo()
1090 ConsumedStateMap* ConsumedBlockInfo::getInfo(const CFGBlock *Block) { in getInfo()
1102 bool ConsumedBlockInfo::isBackEdge(const CFGBlock *From, const CFGBlock *To) { in isBackEdge()
1109 bool ConsumedBlockInfo::isBackEdgeTarget(const CFGBlock *Block) { in isBackEdgeTarget()
1365 BlockInfo = ConsumedBlockInfo(CFGraph->getNumBlockIDs(), SortedGraph); in run()