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 148 /// eraseNode - Removes a node from the dominator tree. Block must not
151 inline void eraseNode(MachineBasicBlock *BB) {
152 DT->eraseNode(BB);
  /external/llvm/include/llvm/Analysis/
Dominators.h 504 /// eraseNode - Removes a node from the dominator tree. Block must not
507 void eraseNode(NodeT *BB) {
830 /// eraseNode - Removes a node from the dominator tree. Block must not
833 inline void eraseNode(BasicBlock *BB) {
834 DT->eraseNode(BB);

Completed in 198 milliseconds