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

/external/swiftshader/third_party/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/CodeGen/
H A DMachineDominators.h195 /// eraseNode - Removes a node from the dominator tree. Block must not
198 inline void eraseNode(MachineBasicBlock *BB) { function in class:llvm::MachineDominatorTree
200 DT->eraseNode(BB);
/external/llvm/include/llvm/Support/
H A DGenericDomTree.h579 /// eraseNode - Removes a node from the dominator tree. Block must not
582 void eraseNode(NodeT *BB) { function in class:llvm::DominatorTreeBase
/external/swiftshader/third_party/LLVM/include/llvm/Analysis/
H A DDominators.h508 /// eraseNode - Removes a node from the dominator tree. Block must not
511 void eraseNode(NodeT *BB) { function in class:llvm::DominatorTreeBase
804 /// eraseNode - Removes a node from the dominator tree. Block must not
807 inline void eraseNode(BasicBlock *BB) { function in class:llvm::DominatorTree
808 DT->eraseNode(BB);

Completed in 163 milliseconds