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 171 /// addNewBlock - Add a new node to the dominator tree information. This
174 inline MachineDomTreeNode *addNewBlock(MachineBasicBlock *BB,
177 return DT->addNewBlock(BB, DomBB);
  /external/llvm/lib/CodeGen/
LiveVariables.cpp 761 /// addNewBlock - Add a new basic block BB as an empty succcessor to DomBB. All
764 void LiveVariables::addNewBlock(MachineBasicBlock *BB,
  /external/llvm/include/llvm/Support/
GenericDomTree.h 305 DomTreeNodeBase<NodeT> *NewBBNode = DT.addNewBlock(NewBB, NewBBIDom);
555 /// addNewBlock - Add a new node to the dominator tree information. This
558 DomTreeNodeBase<NodeT> *addNewBlock(NodeT *BB, NodeT *DomBB) {

Completed in 1832 milliseconds