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

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

Completed in 63 milliseconds