OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
211
// along their unwind edge. The code below tests to see whether
DomBB
dominates
212
// the value, so adjust
DomBB
to the normal destination block, which is
214
BasicBlock *
DomBB
= Inst->getParent();
216
DomBB
= Inv->getNormalDest();
218
DomTreeNode *DomNode = DT->getNode(
DomBB
);
Completed in 489 milliseconds