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

  /external/llvm/lib/Analysis/
IVUsers.cpp 95 BasicBlock *DomBB = Rung->getBlock();
96 Loop *DomLoop = LI->getLoopFor(DomBB);
97 if (DomLoop && DomLoop->getHeader() == DomBB) {
  /external/llvm/lib/Transforms/Utils/
LCSSA.cpp 95 // along their unwind edge. The code below tests to see whether DomBB
96 // dominates the value, so adjust DomBB to the normal destination block,
98 BasicBlock *DomBB = Inst.getParent();
100 DomBB = Inv->getNormalDest();
102 DomTreeNode *DomNode = DT.getNode(DomBB);

Completed in 2089 milliseconds