Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/clang/include/clang/Analysis/Analyses/
HDConsumed.h239 bool isBackEdgeTarget(const CFGBlock *Block);
/freebsd-14-stable/contrib/llvm-project/clang/lib/Analysis/
HDConsumed.cpp1061 return isBackEdgeTarget(Block) ? std::make_unique<ConsumedStateMap>(*Entry) in getInfo()
1072 bool ConsumedBlockInfo::isBackEdgeTarget(const CFGBlock *Block) { in isBackEdgeTarget() function in ConsumedBlockInfo