OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DomBB
(Results
1 - 6
of
6
) sorted by null
/external/llvm/include/llvm/CodeGen/
MachineDominators.h
172
/// creates a new node as a child of
DomBB
dominator node,linking it into
175
MachineBasicBlock *
DomBB
) {
177
return DT->addNewBlock(BB,
DomBB
);
LiveVariables.h
294
/// addNewBlock - Add a new basic block BB between
DomBB
and SuccBB. All
295
/// variables that are live out of
DomBB
and live into SuccBB will be marked
299
MachineBasicBlock *
DomBB
,
/external/llvm/lib/Analysis/
IVUsers.cpp
92
BasicBlock *
DomBB
= Rung->getBlock();
93
Loop *DomLoop = LI->getLoopFor(
DomBB
);
94
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
);
/external/llvm/include/llvm/Support/
GenericDomTree.h
554
/// creates a new node as a child of
DomBB
dominator node,linking it into
556
DomTreeNodeBase<NodeT> *addNewBlock(NodeT *BB, NodeT *
DomBB
) {
558
DomTreeNodeBase<NodeT> *IDomNode = getNode(
DomBB
);
/external/llvm/lib/CodeGen/
LiveVariables.cpp
783
/// addNewBlock - Add a new basic block BB as an empty succcessor to
DomBB
. All
784
/// variables that are live out of
DomBB
will be marked as passing live through
787
MachineBasicBlock *
DomBB
,
Completed in 718 milliseconds