Home
last modified time | relevance | path

Searched refs:NearestDom (Results 1 – 2 of 2) sorted by relevance

/external/llvm/lib/Transforms/Scalar/
DLoopRotation.cpp466 BasicBlock *NearestDom = *PI; in rotateLoop() local
468 NearestDom = DT->findNearestCommonDominator(NearestDom, *PI); in rotateLoop()
471 if (Node->getIDom()->getBlock() != NearestDom) { in rotateLoop()
472 DT->changeImmediateDominator(BB, NearestDom); in rotateLoop()
/external/llvm/lib/CodeGen/
DSplitKit.cpp737 SmallVector<DomPair, 8> NearestDom(Parent->getNumValNums()); in hoistCopiesForSize() local
755 DomPair &Dom = NearestDom[ParentVNI->id]; in hoistCopiesForSize()
799 DomPair &Dom = NearestDom[i]; in hoistCopiesForSize()
822 const DomPair &Dom = NearestDom[ParentVNI->id]; in hoistCopiesForSize()