Searched refs:NearestDom (Results 1 – 3 of 3) sorted by relevance
445 BasicBlock *NearestDom = *PI; in rotateLoop() local447 NearestDom = DT->findNearestCommonDominator(NearestDom, *PI); in rotateLoop()450 if (Node->getIDom()->getBlock() != NearestDom) { in rotateLoop()451 DT->changeImmediateDominator(BB, NearestDom); in rotateLoop()
712 SmallVector<DomPair, 8> NearestDom(Parent->getNumValNums()); in hoistCopiesForSize() local728 DomPair &Dom = NearestDom[ParentVNI->id]; in hoistCopiesForSize()772 DomPair &Dom = NearestDom[i]; in hoistCopiesForSize()793 const DomPair &Dom = NearestDom[ParentVNI->id]; in hoistCopiesForSize()
809 SmallVector<DomPair, 8> NearestDom(Parent->getNumValNums()); in hoistCopies() local831 DomPair &Dom = NearestDom[ParentVNI->id]; in hoistCopies()876 DomPair &Dom = NearestDom[i]; in hoistCopies()902 const DomPair &Dom = NearestDom[ParentVNI->id]; in hoistCopies()