Home | History | Annotate | Download | only in Analysis

Lines Matching refs:ExitingBlocks

4238   SmallVector<BasicBlock *, 8> ExitingBlocks;
4239 L->getExitingBlocks(ExitingBlocks);
4245 for (unsigned i = 0, e = ExitingBlocks.size(); i != e; ++i) {
4246 ExitLimit EL = ComputeExitLimit(L, ExitingBlocks[i]);
4252 ExitCounts.push_back(std::make_pair(ExitingBlocks[i], EL.Exact));