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

/external/llvm/lib/Transforms/Scalar/
H A DLoopRotation.cpp537 BasicBlock *NearestDom = *PI; local
539 NearestDom = DT.findNearestCommonDominator(NearestDom, *PI);
542 if (Node->getIDom()->getBlock() != NearestDom) {
543 DT.changeImmediateDominator(BB, NearestDom);
/external/llvm/lib/CodeGen/
H A DSplitKit.cpp739 SmallVector<DomPair, 8> NearestDom(Parent->getNumValNums());
757 DomPair &Dom = NearestDom[ParentVNI->id];
801 DomPair &Dom = NearestDom[i];
824 const DomPair &Dom = NearestDom[ParentVNI->id];

Completed in 127 milliseconds