Searched refs:eraseNode (Results 1 - 11 of 11) 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/lib/CodeGen/
H A DUnreachableBlockElim.cpp149 if (MDT && MDT->getNode(BB)) MDT->eraseNode(BB);
H A DEarlyIfConversion.cpp641 DomTree->eraseNode(Removed[i]);
/external/llvm/lib/Transforms/Scalar/
H A DLoopDeletion.cpp218 DT.eraseNode(*LI);
H A DLoopRotation.cpp255 DT->eraseNode(Latch);
H A DCodeGenPrepare.cpp443 DT->eraseNode(BB);
/external/llvm/include/llvm/Analysis/
H A DDominators.h504 /// eraseNode - Removes a node from the dominator tree. Block must not
507 void eraseNode(NodeT *BB) { function in class:llvm::DominatorTreeBase
846 /// eraseNode - Removes a node from the dominator tree. Block must not
849 inline void eraseNode(BasicBlock *BB) { function in class:llvm::DominatorTree
850 DT->eraseNode(BB);
/external/llvm/include/llvm/ADT/
H A DIntervalMap.h1529 void eraseNode(unsigned Level);
1891 eraseNode(IM.height);
1910 /// eraseNode - Erase the current node at Level from its parent and move path to
1916 iterator::eraseNode(unsigned Level) {
1936 eraseNode(Level);
/external/llvm/lib/Transforms/Utils/
H A DLoopSimplify.cpp356 DT->eraseNode(ExitingBlock);
H A DBasicBlockUtils.cpp178 DT->eraseNode(BB);
H A DLocal.cpp516 DT->eraseNode(PredBB);

Completed in 271 milliseconds