Searched refs:eraseNode (Results 1 - 12 of 12) sorted by relevance

/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/lib/CodeGen/
H A DUnreachableBlockElim.cpp142 if (MDT && MDT->getNode(BB)) MDT->eraseNode(BB);
H A DEarlyIfConversion.cpp651 DomTree->eraseNode(Removed[i]);
/external/llvm/lib/Transforms/Scalar/
H A DLoopDeletion.cpp224 DT.eraseNode(*LI);
H A DLoopRotation.cpp525 DT->eraseNode(Latch);
/external/llvm/include/llvm/ADT/
H A DIntervalMap.h1519 void eraseNode(unsigned Level);
1881 eraseNode(IM.height);
1900 /// eraseNode - Erase the current node at Level from its parent and move path to
1906 iterator::eraseNode(unsigned Level) {
1926 eraseNode(Level);
/external/llvm/lib/Target/AArch64/
H A DAArch64ConditionalCompares.cpp795 DomTree->eraseNode(RemovedMBB);
/external/llvm/include/llvm/Support/
H A DGenericDomTree.h581 /// eraseNode - Removes a node from the dominator tree. Block must not
584 void eraseNode(NodeT *BB) { function in class:llvm::DominatorTreeBase
/external/llvm/lib/Target/Hexagon/
H A DHexagonEarlyIfConv.cpp945 MDT->eraseNode(B);
/external/llvm/lib/Transforms/Utils/
H A DBasicBlockUtils.cpp173 DT->eraseNode(BB);
H A DLoopSimplify.cpp692 DT->eraseNode(ExitingBlock);
H A DLocal.cpp592 DT->eraseNode(PredBB);

Completed in 241 milliseconds