Searched refs:isBackEdge (Results 1 – 5 of 5) sorted by relevance
75 Edge.prototype.isBackEdge = function() { method in Edge
75 if (e.isVisible() && !e.isBackEdge()) {
134 if (!edge.isBackEdge()) {465 if (e.isBackEdge()) {
233 bool isBackEdge(const CFGBlock *From, const CFGBlock *To);
1091 bool ConsumedBlockInfo::isBackEdge(const CFGBlock *From, const CFGBlock *To) { in isBackEdge() function in clang::consumed::ConsumedBlockInfo1427 if (BlockInfo.isBackEdge(CurrBlock, *SI)) { in run()