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

/external/llvm/include/llvm/CodeGen/
H A DMachineDominators.h129 /// addNewBlock - Add a new node to the dominator tree information. This
132 inline MachineDomTreeNode *addNewBlock(MachineBasicBlock *BB, function in class:llvm::MachineDominatorTree
134 return DT->addNewBlock(BB, DomBB);
/external/llvm/include/llvm/Support/
H A DGenericDomTree.h283 DomTreeNodeBase<NodeT> *NewBBNode = DT.addNewBlock(NewBB, NewBBIDom);
507 /// addNewBlock - Add a new node to the dominator tree information. This
510 DomTreeNodeBase<NodeT> *addNewBlock(NodeT *BB, NodeT *DomBB) { function in class:llvm::DominatorTreeBase
/external/llvm/lib/CodeGen/
H A DLiveVariables.cpp778 /// addNewBlock - Add a new basic block BB as an empty succcessor to DomBB. All
781 void LiveVariables::addNewBlock(MachineBasicBlock *BB, function in class:LiveVariables

Completed in 1269 milliseconds