Home | History | Annotate | Download | only in Analysis

Lines Matching refs:ExitBB

4454     BasicBlock *ExitBB = ExitingBlocks[i];
4455 ExitLimit EL = ComputeExitLimit(L, ExitBB);
4464 ExitCounts.push_back(std::make_pair(ExitBB, EL.Exact));
4484 DT->dominates(ExitBB, Latch)) {