Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Analysis/Analyses/
H A DConsumed.h237 bool isBackEdgeTarget(const CFGBlock *Block);
/freebsd-12.1/contrib/llvm/tools/clang/lib/Analysis/
H A DConsumed.cpp1062 return isBackEdgeTarget(Block) ? llvm::make_unique<ConsumedStateMap>(*Entry) in getInfo()
1073 bool ConsumedBlockInfo::isBackEdgeTarget(const CFGBlock *Block) { in isBackEdgeTarget() function in ConsumedBlockInfo