Searched refs:isBackEdge (Results 1 – 5 of 5) sorted by relevance
88 isBackEdge() { method in Edge
120 if (e.isVisible() && !e.isBackEdge()) {
140 if (!edge.isBackEdge()) {457 if (e.isBackEdge()) {
233 bool isBackEdge(const CFGBlock *From, const CFGBlock *To);
1097 bool ConsumedBlockInfo::isBackEdge(const CFGBlock *From, const CFGBlock *To) { in isBackEdge() function in clang::consumed::ConsumedBlockInfo1433 if (BlockInfo.isBackEdge(CurrBlock, *SI)) { in run()