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 129 /// addNewBlock - Add a new node to the dominator tree information. This
132 inline MachineDomTreeNode *addNewBlock(MachineBasicBlock *BB,
134 return DT->addNewBlock(BB, DomBB);
  /external/llvm/lib/CodeGen/
LiveVariables.cpp 778 /// addNewBlock - Add a new basic block BB as an empty succcessor to DomBB. All
781 void LiveVariables::addNewBlock(MachineBasicBlock *BB,
  /external/llvm/include/llvm/Support/
GenericDomTree.h 283 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) {

Completed in 70 milliseconds