Searched refs:loopRep (Results 1 – 1 of 1) sorted by relevance
473 LoopT* loopRep = (*iter); in prepare() local475 loopRep->getExitingBlocks(exitingBlks); in prepare()478 BlockT* dummyExitBlk = normalizeInfiniteLoopExit(loopRep); in prepare()880 LoopT *loopRep = loopInfo->getLoopFor(curBlk); in loopendPatternMatch() local882 while (loopRep) { in loopendPatternMatch()883 nestedLoops.push_back(loopRep); in loopendPatternMatch()884 loopRep = loopRep->getParentLoop(); in loopendPatternMatch()897 loopRep = *iter; in loopendPatternMatch()899 if (getLoopLandBlock(loopRep) != NULL) { in loopendPatternMatch()903 BlockT *loopHeader = loopRep->getHeader(); in loopendPatternMatch()[all …]