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() = default;
204 ConsumedBlockInfo &operator=(ConsumedBlockInfo &&Other) {
210 ConsumedBlockInfo(unsigned int NumBlocks, PostOrderCFGView *SortedGraph) in ConsumedBlockInfo() function
240 ConsumedBlockInfo BlockInfo;
/external/clang/lib/Analysis/
DConsumed.cpp1032 bool ConsumedBlockInfo::allBackEdgesVisited(const CFGBlock *CurrBlock, in allBackEdgesVisited()
1047 void ConsumedBlockInfo::addInfo( in addInfo()
1063 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()
1089 ConsumedBlockInfo::getInfo(const CFGBlock *Block) { in getInfo()
1097 bool ConsumedBlockInfo::isBackEdge(const CFGBlock *From, const CFGBlock *To) { in isBackEdge()
1104 bool ConsumedBlockInfo::isBackEdgeTarget(const CFGBlock *Block) { in isBackEdgeTarget()
1359 BlockInfo = ConsumedBlockInfo(CFGraph->getNumBlockIDs(), SortedGraph); in run()