Home
last modified time | relevance | path

Searched refs:eraseNode (Results 1 – 22 of 22) sorted by relevance

/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
DMachineDominators.h151 inline void eraseNode(MachineBasicBlock *BB) { in eraseNode() function
152 DT->eraseNode(BB); in eraseNode()
/external/llvm/include/llvm/CodeGen/
DMachineDominators.h198 inline void eraseNode(MachineBasicBlock *BB) { in eraseNode() function
200 DT->eraseNode(BB); in eraseNode()
/external/swiftshader/third_party/LLVM/include/llvm/Analysis/
DDominators.h511 void eraseNode(NodeT *BB) { in eraseNode() function
807 inline void eraseNode(BasicBlock *BB) { in eraseNode() function
808 DT->eraseNode(BB); in eraseNode()
/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
DLoopDeletion.cpp216 DT.eraseNode(*LI); in runOnLoop()
DCodeGenPrepare.cpp346 DT->eraseNode(BB); in EliminateMostlyEmptyBlock()
/external/llvm/lib/CodeGen/
DUnreachableBlockElim.cpp156 if (MDT && MDT->getNode(BB)) MDT->eraseNode(BB); in runOnMachineFunction()
DEarlyIfConversion.cpp651 DomTree->eraseNode(Removed[i]); in updateDomTree()
/external/swiftshader/third_party/LLVM/lib/CodeGen/
DUnreachableBlockElim.cpp149 if (MDT && MDT->getNode(BB)) MDT->eraseNode(BB); in runOnMachineFunction()
/external/llvm/lib/Transforms/Scalar/
DLoopDeletion.cpp186 DT.eraseNode(*LI); in runImpl()
DLoopRotation.cpp593 DT->eraseNode(Latch); in simplifyLoopLatch()
/external/llvm/include/llvm/ADT/
DIntervalMap.h1519 void eraseNode(unsigned Level);
1881 eraseNode(IM.height); in treeErase()
1906 iterator::eraseNode(unsigned Level) { in eraseNode() function
1926 eraseNode(Level); in eraseNode()
/external/swiftshader/third_party/LLVM/include/llvm/ADT/
DIntervalMap.h1509 void eraseNode(unsigned Level);
1871 eraseNode(IM.height); in treeErase()
1896 iterator::eraseNode(unsigned Level) { in eraseNode() function
1916 eraseNode(Level); in eraseNode()
/external/llvm/lib/Target/AArch64/
DAArch64ConditionalCompares.cpp790 DomTree->eraseNode(RemovedMBB); in updateDomTree()
/external/llvm/lib/Transforms/Utils/
DLoopUnroll.cpp124 DT->eraseNode(BB); in foldBlockIntoPredecessor()
DLoopSimplify.cpp685 DT->eraseNode(ExitingBlock); in simplifyOneLoop()
DBasicBlockUtils.cpp158 DT->eraseNode(BB); in MergeBlockIntoPredecessor()
DLocal.cpp607 DT->eraseNode(PredBB); in MergeBasicBlockIntoOnlyPred()
/external/swiftshader/third_party/LLVM/lib/Transforms/Utils/
DBasicBlockUtils.cpp177 DT->eraseNode(BB); in MergeBlockIntoPredecessor()
DLoopSimplify.cpp347 DT->eraseNode(ExitingBlock); in ProcessLoop()
DLocal.cpp462 DT->eraseNode(PredBB); in MergeBasicBlockIntoOnlyPred()
/external/llvm/include/llvm/Support/
DGenericDomTree.h582 void eraseNode(NodeT *BB) { in eraseNode() function
/external/llvm/lib/Target/Hexagon/
DHexagonEarlyIfConv.cpp943 MDT->eraseNode(B); in removeBlock()