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

/external/llvm/include/llvm/Analysis/
H A DLoopInfoImpl.h229 SmallVector<BlockT*, 8> ExitBBs; local
230 getExitBlocks(ExitBBs);
232 VisitSet.insert(ExitBBs.begin(), ExitBBs.end());

Completed in 323 milliseconds