Searched refs:LoopRep (Results 1 – 1 of 1) sorted by relevance
246 int mergeLoop(MachineLoop *LoopRep);337 if (!LoopRep) in hasBackEdge()352 while (LoopRep && LoopRep->getHeader() == MBB) { in isActiveLoophead()358 LoopRep = LoopRep->getParentLoop(); in isActiveLoophead()696 MachineLoop *LoopRep = (*It); in prepare() local698 LoopRep->getExitingBlocks(ExitingMBBs); in prepare()1017 LoopRep->getExitingBlocks(ExitingMBBs); in mergeLoop()1023 LoopRep->getExitBlocks(ExitBlks); in mergeLoop()1032 if (LoopRep->contains(LB)) in mergeLoop()1051 Visited[LoopRep] = true; in mergeLoop()[all …]