Home | History | Annotate | Download | only in Analysis

Lines Matching defs:getExitBlocks

213   /// getExitBlocks - Return all of the successor blocks of this loop.  These
216 void getExitBlocks(SmallVectorImpl<BlockT*> &ExitBlocks) const {
232 /// getExitBlock - If getExitBlocks would return exactly one block,
236 getExitBlocks(ExitBlocks);