Home
last modified time | relevance | path

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

/external/clang/include/clang/Analysis/Analyses/
DConsumed.h234 bool isBackEdgeTarget(const CFGBlock *Block);
/external/clang/lib/Analysis/
DConsumed.cpp1093 return isBackEdgeTarget(Block) ? llvm::make_unique<ConsumedStateMap>(*Entry) in getInfo()
1104 bool ConsumedBlockInfo::isBackEdgeTarget(const CFGBlock *Block) { in isBackEdgeTarget() function in clang::consumed::ConsumedBlockInfo