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

  /external/llvm/include/llvm/Transforms/Utils/
SSAUpdaterImpl.h 234 BBInfo *NewIDom = 0;
249 if (!NewIDom)
250 NewIDom = Pred;
252 NewIDom = IntersectDominators(NewIDom, Pred);
256 if (NewIDom && NewIDom != Info->IDom) {
257 Info->IDom = NewIDom;
  /external/llvm/lib/Transforms/Scalar/
CodeGenPrepare.cpp 441 BasicBlock *NewIDom = DT->findNearestCommonDominator(BBIDom, DestBBIDom);
442 DT->changeImmediateDominator(DestBB, NewIDom);
    [all...]

Completed in 549 milliseconds