Searched refs:LoopRep (Results 1 – 1 of 1) sorted by relevance
271 int mergeLoop(MachineLoop *LoopRep);362 if (!LoopRep) in hasBackEdge()377 while (LoopRep && LoopRep->getHeader() == MBB) { in isActiveLoophead()383 LoopRep = LoopRep->getParentLoop(); in isActiveLoophead()721 MachineLoop *LoopRep = (*It); in prepare() local723 LoopRep->getExitingBlocks(ExitingMBBs); in prepare()1042 LoopRep->getExitingBlocks(ExitingMBBs); in mergeLoop()1048 LoopRep->getExitBlocks(ExitBlks); in mergeLoop()1057 if (LoopRep->contains(LB)) in mergeLoop()1076 Visited[LoopRep] = true; in mergeLoop()[all …]