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

Completed in 134 milliseconds