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

/freebsd-10.2-release/contrib/llvm/lib/Analysis/
H A DLoopInfo.cpp358 SmallVector<BasicBlock *, 32> switchExitBlocks; local
363 switchExitBlocks.clear();
389 // only one edge in ExitBlocks. Use switchExitBlocks to keep track of
391 if (std::find(switchExitBlocks.begin(), switchExitBlocks.end(), *I)
392 == switchExitBlocks.end()) {
393 switchExitBlocks.push_back(*I);

Completed in 84 milliseconds