Home | History | Annotate | Download | only in Analysis

Lines Matching refs:ExitingBlocks

4340   SmallVector<BasicBlock *, 8> ExitingBlocks;
4341 L->getExitingBlocks(ExitingBlocks);
4347 for (unsigned i = 0, e = ExitingBlocks.size(); i != e; ++i) {
4348 ExitLimit EL = ComputeExitLimit(L, ExitingBlocks[i]);
4354 ExitCounts.push_back(std::make_pair(ExitingBlocks[i], EL.Exact));