HomeSort by relevance Sort by last modified time
    Searched defs:eraseNode (Results 1 - 2 of 2) sorted by null

  /external/llvm/include/llvm/CodeGen/
MachineDominators.h 147 /// eraseNode - Removes a node from the dominator tree. Block must not
150 inline void eraseNode(MachineBasicBlock *BB) {
151 DT->eraseNode(BB);
  /external/llvm/include/llvm/Analysis/
Dominators.h 508 /// eraseNode - Removes a node from the dominator tree. Block must not
511 void eraseNode(NodeT *BB) {
804 /// eraseNode - Removes a node from the dominator tree. Block must not
807 inline void eraseNode(BasicBlock *BB) {
808 DT->eraseNode(BB);

Completed in 59 milliseconds