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

/macosx-10.10.1/llvmCore-3425.0.34/include/llvm/Analysis/
H A DLoopInfoImpl.h364 static void discoverAndMapSubloop(LoopT *L, ArrayRef<BlockT*> Backedges, argument
373 std::vector<BlockT *> ReverseCFGWorklist(Backedges.begin(), Backedges.end());
526 SmallVector<BlockT *, 4> Backedges; local
539 Backedges.push_back(Backedge);
543 if (!Backedges.empty()) {
545 discoverAndMapSubloop(L, ArrayRef<BlockT*>(Backedges), this, DomTree);

Completed in 112 milliseconds