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

/external/llvm/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);

Completed in 59 milliseconds