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

/external/llvm/include/llvm/CodeGen/
H A DMachineDominators.h150 /// eraseNode - Removes a node from the dominator tree. Block must not
153 inline void eraseNode(MachineBasicBlock *BB) { function in class:llvm::MachineDominatorTree
154 DT->eraseNode(BB);
/external/llvm/include/llvm/Support/
H A DGenericDomTree.h533 /// eraseNode - Removes a node from the dominator tree. Block must not
536 void eraseNode(NodeT *BB) { function in class:llvm::DominatorTreeBase

Completed in 624 milliseconds