Searched refs:NearestDom (Results 1 – 2 of 2) sorted by relevance
376 BasicBlock *NearestDom = *PI; in rotateLoop() local378 NearestDom = DT->findNearestCommonDominator(NearestDom, *PI); in rotateLoop()381 if (Node->getIDom()->getBlock() != NearestDom) { in rotateLoop()382 DT->changeImmediateDominator(BB, NearestDom); in rotateLoop()
726 SmallVector<DomPair, 8> NearestDom(Parent->getNumValNums()); in hoistCopiesForSize() local742 DomPair &Dom = NearestDom[ParentVNI->id]; in hoistCopiesForSize()786 DomPair &Dom = NearestDom[i]; in hoistCopiesForSize()807 const DomPair &Dom = NearestDom[ParentVNI->id]; in hoistCopiesForSize()