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 777 /// addNewBlock - Add a new basic block BB as an empty succcessor to DomBB. All
780 void LiveVariables::addNewBlock(MachineBasicBlock *BB,
  /external/llvm/include/llvm/Analysis/
Dominators.h 289 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) {
828 /// addNewBlock - Add a new node to the dominator tree information. This
831 inline DomTreeNode *addNewBlock(BasicBlock *BB, BasicBlock *DomBB) {
832 return DT->addNewBlock(BB, DomBB);

Completed in 62 milliseconds