Searched defs:eraseNode (Results 1 - 2 of 2) sorted by relevance

/external/llvm/include/llvm/CodeGen/
H A DMachineDominators.h148 /// eraseNode - Removes a node from the dominator tree. Block must not
151 inline void eraseNode(MachineBasicBlock *BB) { function in class:llvm::MachineDominatorTree
152 DT->eraseNode(BB);
/external/llvm/include/llvm/Analysis/
H A DDominators.h504 /// eraseNode - Removes a node from the dominator tree. Block must not
507 void eraseNode(NodeT *BB) { function in class:llvm::DominatorTreeBase
847 /// eraseNode - Removes a node from the dominator tree. Block must not
850 inline void eraseNode(BasicBlock *BB) { function in class:llvm::DominatorTree
851 DT->eraseNode(BB);

Completed in 67 milliseconds