Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Scalar/
DLoopRotation.cpp445 BasicBlock *NearestDom = *PI; in rotateLoop() local
447 NearestDom = DT->findNearestCommonDominator(NearestDom, *PI); in rotateLoop()
450 if (Node->getIDom()->getBlock() != NearestDom) { in rotateLoop()
451 DT->changeImmediateDominator(BB, NearestDom); in rotateLoop()
/external/swiftshader/third_party/LLVM/lib/CodeGen/
DSplitKit.cpp712 SmallVector<DomPair, 8> NearestDom(Parent->getNumValNums()); in hoistCopiesForSize() local
728 DomPair &Dom = NearestDom[ParentVNI->id]; in hoistCopiesForSize()
772 DomPair &Dom = NearestDom[i]; in hoistCopiesForSize()
793 const DomPair &Dom = NearestDom[ParentVNI->id]; in hoistCopiesForSize()
/external/llvm/lib/CodeGen/
DSplitKit.cpp809 SmallVector<DomPair, 8> NearestDom(Parent->getNumValNums()); in hoistCopies() local
831 DomPair &Dom = NearestDom[ParentVNI->id]; in hoistCopies()
876 DomPair &Dom = NearestDom[i]; in hoistCopies()
902 const DomPair &Dom = NearestDom[ParentVNI->id]; in hoistCopies()