Home
last modified time | relevance | path

Searched refs:removePredecessor (Results 1 – 19 of 19) sorted by relevance

/external/llvm/lib/Transforms/Utils/
DLocal.cpp88 OldDest->removePredecessor(BB); in ConstantFoldTerminator()
103 Dest1->removePredecessor(BI->getParent()); in ConstantFoldTerminator()
166 DefaultDest->removePredecessor(SI->getParent()); in ConstantFoldTerminator()
197 Succ->removePredecessor(BB); in ConstantFoldTerminator()
257 IBI->getDestination(i)->removePredecessor(IBI->getParent()); in ConstantFoldTerminator()
530 BB->removePredecessor(Pred, true); in RemovePredecessorAndSimplify()
1197 (*SI)->removePredecessor(BB); in changeToUnreachable()
1235 II->getUnwindDest()->removePredecessor(II->getParent()); in changeToCall()
1318 II->getUnwindDest()->removePredecessor(II->getParent()); in markAliveBlocks()
1363 UnwindDest->removePredecessor(BB); in removeUnwindEdge()
[all …]
DLowerInvoke.cpp72 II->getUnwindDest()->removePredecessor(&*BB); in runOnFunction()
DLoopSimplify.cpp494 (*SI)->removePredecessor(P); in simplifyOneLoop()
694 BI->getSuccessor(0)->removePredecessor(ExitingBlock); in simplifyOneLoop()
695 BI->getSuccessor(1)->removePredecessor(ExitingBlock); in simplifyOneLoop()
DSimplifyCFG.cpp688 ThisCases[0].Dest->removePredecessor(TI->getParent()); in SimplifyEqualityComparisonWithOnlyPredecessor()
723 i.getCaseSuccessor()->removePredecessor(TI->getParent()); in SimplifyEqualityComparisonWithOnlyPredecessor()
764 (*SI)->removePredecessor(TIBB); in SimplifyEqualityComparisonWithOnlyPredecessor()
924 PredDefault->removePredecessor(Pred); in FoldValueComparisonIntoPredecessors()
1798 BB->removePredecessor(PredBB); in FoldCondBranchOnPHI()
1972 TrueSucc->removePredecessor(BI->getParent()); in SimplifyCondBranchToTwoReturns()
1973 FalseSucc->removePredecessor(BI->getParent()); in SimplifyCondBranchToTwoReturns()
2006 TrueSucc->removePredecessor(BI->getParent()); in SimplifyCondBranchToTwoReturns()
2007 FalseSucc->removePredecessor(BI->getParent()); in SimplifyCondBranchToTwoReturns()
2911 Succ->removePredecessor(OldTerm->getParent(), in SimplifyTerminatorOnSelect()
[all …]
DBreakCriticalEdges.cpp191 DestBB->removePredecessor(TIBB, Options.DontDeleteUselessPHIs); in SplitCriticalEdge()
DBasicBlockUtils.cpp45 Succ->removePredecessor(BB); in DeleteDeadBlock()
681 BB->removePredecessor(Pred); in FoldReturnIntoUncondBranch()
DInlineFunction.cpp289 InvokeDest->removePredecessor(II->getParent()); in HandleInlinedLandingPad()
382 UnwindDest->removePredecessor(InvokeBB); in HandleInlinedEHPad()
/external/llvm/lib/Transforms/IPO/
DPruneEH.cpp207 UnwindBlock->removePredecessor(II->getParent()); in SimplifyFunction()
270 Succs[i]->removePredecessor(BB); in DeleteBasicBlock()
/external/testng/src/main/java/org/testng/internal/
DGraph.java186 n.removePredecessor(node.getObject()); in removeFromNodes()
296 public boolean removePredecessor(T o) { in removePredecessor() method in Graph.Node
/external/llvm/include/llvm/IR/
DBasicBlock.h272 void removePredecessor(BasicBlock *Pred, bool DontDeleteUselessPHIs = false);
/external/llvm/lib/CodeGen/
DUnreachableBlockElim.cpp82 (*SI)->removePredecessor(BB); in runOnFunction()
DMachineBasicBlock.cpp562 (*I)->removePredecessor(this); in removeSuccessor()
590 Old->removePredecessor(this); in replaceSuccessor()
610 void MachineBasicBlock::removePredecessor(MachineBasicBlock *Pred) { in removePredecessor() function in MachineBasicBlock
/external/llvm/lib/Transforms/Scalar/
DJumpThreading.cpp776 BBTerm->getSuccessor(i)->removePredecessor(BB, true); in ProcessBlock()
822 CondBr->getSuccessor(ToRemove)->removePredecessor(BB, true); in ProcessBlock()
906 BI->getSuccessor(1)->removePredecessor(BB); in ProcessImpliedCondition()
1579 BB->removePredecessor(PredBB, true); in ThreadEdge()
1801 BB->removePredecessor(PredBB, true); in DuplicateCondBranchOnPHIIntoPred()
DCorrelatedValuePropagation.cpp279 CI.getCaseSuccessor()->removePredecessor(BB); in processSwitch()
DLoopRotation.cpp351 Exit->removePredecessor(OrigPreheader, true /*preserve LCSSA*/); in rotateLoop()
DSCCP.cpp1805 Succ->removePredecessor(&*BB); in runOnModule()
1886 TI->getSuccessor(i)->removePredecessor(TI->getParent()); in runOnModule()
/external/llvm/lib/IR/
DBasicBlock.cpp266 void BasicBlock::removePredecessor(BasicBlock *Pred, in removePredecessor() function in BasicBlock
/external/llvm/include/llvm/CodeGen/
DMachineBasicBlock.h775 void removePredecessor(MachineBasicBlock *Pred);
/external/llvm/tools/bugpoint/
DCrashDebugger.cpp373 (*SI)->removePredecessor(&*BB); in TestBlocks()