HomeSort by relevance Sort by last modified time
    Searched refs:NearestDom (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/Transforms/Scalar/
LoopRotation.cpp 477 BasicBlock *NearestDom = *PI;
479 NearestDom = DT->findNearestCommonDominator(NearestDom, *PI);
482 if (Node->getIDom()->getBlock() != NearestDom) {
483 DT->changeImmediateDominator(BB, NearestDom);
  /external/llvm/lib/CodeGen/
SplitKit.cpp 737 SmallVector<DomPair, 8> NearestDom(Parent->getNumValNums());
755 DomPair &Dom = NearestDom[ParentVNI->id];
799 DomPair &Dom = NearestDom[i];
822 const DomPair &Dom = NearestDom[ParentVNI->id];
    [all...]

Completed in 189 milliseconds