Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Analysis/
DLoopInfoImpl.h346 static void discoverAndMapSubloop(LoopT *L, ArrayRef<BlockT*> Backedges, in discoverAndMapSubloop() argument
355 std::vector<BlockT *> ReverseCFGWorklist(Backedges.begin(), Backedges.end()); in discoverAndMapSubloop()
478 SmallVector<BlockT *, 4> Backedges; in Analyze() local
491 Backedges.push_back(Backedge); in Analyze()
495 if (!Backedges.empty()) { in Analyze()
497 discoverAndMapSubloop(L, ArrayRef<BlockT*>(Backedges), this, DomTree); in Analyze()