Searched refs:NearestDom (Results 1 – 2 of 2) sorted by relevance
579 BasicBlock *NearestDom = *PI; in rotateLoop() local581 NearestDom = DT->findNearestCommonDominator(NearestDom, *PI); in rotateLoop()584 if (Node->getIDom()->getBlock() != NearestDom) { in rotateLoop()585 DT->changeImmediateDominator(BB, NearestDom); in rotateLoop()
723 SmallVector<DomPair, 8> NearestDom(Parent->getNumValNums()); in hoistCopiesForSize() local739 DomPair &Dom = NearestDom[ParentVNI->id]; in hoistCopiesForSize()783 DomPair &Dom = NearestDom[i]; in hoistCopiesForSize()804 const DomPair &Dom = NearestDom[ParentVNI->id]; in hoistCopiesForSize()