Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DGenericLoopInfoImpl.h447 static void discoverAndMapSubloop(LoopT *L, ArrayRef<BlockT *> Backedges, in discoverAndMapSubloop() argument
456 std::vector<BlockT *> ReverseCFGWorklist(Backedges.begin(), Backedges.end()); in discoverAndMapSubloop()
572 SmallVector<BlockT *, 4> Backedges; in analyze() local
579 Backedges.push_back(Backedge); in analyze()
582 if (!Backedges.empty()) { in analyze()
584 discoverAndMapSubloop(L, ArrayRef<BlockT *>(Backedges), this, DomTree); in analyze()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DFunctionAttrs.cpp1780 SmallVector<std::pair<const BasicBlock *, const BasicBlock *>> Backedges; in functionWillReturn() local
1781 FindFunctionBackedges(F, Backedges); in functionWillReturn()
1782 if (!Backedges.empty()) in functionWillReturn()