Searched refs:isBackEdge (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.1-release/contrib/llvm/tools/clang/include/clang/Analysis/Analyses/
H A DConsumed.h227 bool isBackEdge(const CFGBlock *From, const CFGBlock *To);
/freebsd-10.1-release/contrib/llvm/tools/clang/lib/Analysis/
H A DConsumed.cpp1146 bool ConsumedBlockInfo::isBackEdge(const CFGBlock *From, const CFGBlock *To) { function in class:clang::consumed::ConsumedBlockInfo
1503 if (BlockInfo.isBackEdge(CurrBlock, *SI)) {

Completed in 51 milliseconds