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 91 BasicBlock *DomBB = Rung->getBlock();
92 Loop *DomLoop = LI->getLoopFor(DomBB);
93 if (DomLoop && DomLoop->getHeader() == DomBB) {
  /external/llvm/lib/Transforms/Utils/
LCSSA.cpp 86 // along their unwind edge. The code below tests to see whether DomBB
88 // the value, so adjust DomBB to the normal destination block, which is
90 BasicBlock *DomBB = Inst.getParent();
92 DomBB = Inv->getNormalDest();
94 DomTreeNode *DomNode = DT.getNode(DomBB);

Completed in 612 milliseconds