Searched defs:addNewBlock (Results 1 - 3 of 3) sorted by relevance

/external/llvm/include/llvm/CodeGen/
H A DMachineDominators.h127 /// addNewBlock - Add a new node to the dominator tree information. This
130 inline MachineDomTreeNode *addNewBlock(MachineBasicBlock *BB, function in class:llvm::MachineDominatorTree
132 return DT->addNewBlock(BB, DomBB);
/external/llvm/lib/CodeGen/
H A DLiveVariables.cpp803 /// addNewBlock - Add a new basic block BB as an empty succcessor to DomBB. All
806 void LiveVariables::addNewBlock(MachineBasicBlock *BB, function in class:LiveVariables
/external/llvm/include/llvm/Analysis/
H A DDominators.h289 DomTreeNodeBase<NodeT> *NewBBNode = DT.addNewBlock(NewBB, NewBBIDom);
478 /// addNewBlock - Add a new node to the dominator tree information. This
481 DomTreeNodeBase<NodeT> *addNewBlock(NodeT *BB, NodeT *DomBB) { function in class:llvm::DominatorTreeBase
829 /// addNewBlock - Add a new node to the dominator tree information. This
832 inline DomTreeNode *addNewBlock(BasicBlock *BB, BasicBlock *DomBB) { function in class:llvm::DominatorTree
833 return DT->addNewBlock(BB, DomBB);

Completed in 1543 milliseconds