Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DLoopInfoImpl.h428 static void discoverAndMapSubloop(LoopT *L, ArrayRef<BlockT *> Backedges, in discoverAndMapSubloop() argument
437 std::vector<BlockT *> ReverseCFGWorklist(Backedges.begin(), Backedges.end()); in discoverAndMapSubloop()
554 SmallVector<BlockT *, 4> Backedges; in analyze() local
561 Backedges.push_back(Backedge); in analyze()
565 if (!Backedges.empty()) { in analyze()
567 discoverAndMapSubloop(L, ArrayRef<BlockT *>(Backedges), this, DomTree); in analyze()
/netbsd/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
H A DFunctionAttrs.cpp1451 SmallVector<std::pair<const BasicBlock *, const BasicBlock *>> Backedges; in functionWillReturn() local
1452 FindFunctionBackedges(F, Backedges); in functionWillReturn()
1453 if (!Backedges.empty()) in functionWillReturn()