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

/external/llvm/lib/Transforms/Utils/
H A DLoopUnroll.cpp78 /// references to the eliminated BB. The argument ForgottenLoops contains a set
83 SmallPtrSetImpl<Loop *> &ForgottenLoops,
130 if (ForgottenLoops.insert(L).second)
582 SmallPtrSet<Loop *, 4> ForgottenLoops; local
588 foldBlockIntoPredecessor(Dest, LI, SE, ForgottenLoops, DT)) {
82 foldBlockIntoPredecessor(BasicBlock *BB, LoopInfo *LI, ScalarEvolution *SE, SmallPtrSetImpl<Loop *> &ForgottenLoops, DominatorTree *DT) argument

Completed in 128 milliseconds