Searched refs:endBlk (Results 1 – 1 of 1) sorted by relevance
1862 BlockT *endBlk = singlePathEnd(exitBlk, exitLandBlk); in relocateLoopcontBlock() local1864 if (endBlk == NULL || CFGTraits::getContinueInstr(endBlk) == NULL) in relocateLoopcontBlock()1867 endBlkSet.insert(endBlk); in relocateLoopcontBlock()1878 BlockT *endBlk = *iter; in relocateLoopcontBlock() local1879 InstrT *contInstr = CFGTraits::getContinueInstr(endBlk); in relocateLoopcontBlock()1883 endBlk->addSuccessor(newBlk); in relocateLoopcontBlock()1886 << endBlk->getNumber() << " successors\n"; in relocateLoopcontBlock()