HomeSort by relevance Sort by last modified time
    Searched defs:addNewBlock (Results 1 - 3 of 3) sorted by null

  /external/llvm/include/llvm/CodeGen/
MachineDominators.h 126 /// addNewBlock - Add a new node to the dominator tree information. This
129 inline MachineDomTreeNode *addNewBlock(MachineBasicBlock *BB,
131 return DT->addNewBlock(BB, DomBB);
  /external/llvm/lib/CodeGen/
LiveVariables.cpp 748 /// addNewBlock - Add a new basic block BB as an empty succcessor to DomBB. All
751 void LiveVariables::addNewBlock(MachineBasicBlock *BB,
  /external/llvm/include/llvm/Analysis/
Dominators.h 277 DomTreeNodeBase<NodeT> *NewBBNode = DT.addNewBlock(NewBB, NewBBIDom);
482 /// addNewBlock - Add a new node to the dominator tree information. This
485 DomTreeNodeBase<NodeT> *addNewBlock(NodeT *BB, NodeT *DomBB) {
786 /// addNewBlock - Add a new node to the dominator tree information. This
789 inline DomTreeNode *addNewBlock(BasicBlock *BB, BasicBlock *DomBB) {
790 return DT->addNewBlock(BB, DomBB);

Completed in 17 milliseconds