OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:eraseNode
(Results
1 - 2
of
2
) sorted by null
/external/llvm/include/llvm/CodeGen/
MachineDominators.h
150
///
eraseNode
- Removes a node from the dominator tree. Block must not
153
inline void
eraseNode
(MachineBasicBlock *BB) {
154
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) {
846
///
eraseNode
- Removes a node from the dominator tree. Block must not
849
inline void
eraseNode
(BasicBlock *BB) {
850
DT->
eraseNode
(BB);
Completed in 406 milliseconds