Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Scalar/
DSimplifyCFGPass.cpp76 (*SI)->removePredecessor(BB); in changeToUnreachable()
111 II->getUnwindDest()->removePredecessor(II->getParent()); in changeToCall()
173 II->getUnwindDest()->removePredecessor(II->getParent()); in markAliveBlocks()
211 (*SI)->removePredecessor(BB); in removeUnreachableBlocksFromFn()
DCorrelatedValuePropagation.cpp255 CI.getCaseSuccessor()->removePredecessor(BB); in processSwitch()
DJumpThreading.cpp712 BBTerm->getSuccessor(i)->removePredecessor(BB, true); in ProcessBlock()
774 CondBr->getSuccessor(ToRemove)->removePredecessor(BB, true); in ProcessBlock()
1466 BB->removePredecessor(PredBB, true); in ThreadEdge()
1615 BB->removePredecessor(PredBB, true); in DuplicateCondBranchOnPHIIntoPred()
DLoopRotation.cpp468 Exit->removePredecessor(OrigPreheader, true /*preserve LCSSA*/); in rotateLoop()
DLoopUnswitch.cpp1026 TI->getSuccessor(i)->removePredecessor(BB); in RemoveBlockIfDead()
1273 DeadSucc->removePredecessor(BI->getParent(), true); in SimplifyCode()
DSCCP.cpp1788 TI->getSuccessor(i)->removePredecessor(BB); in runOnModule()
1869 TI->getSuccessor(i)->removePredecessor(TI->getParent()); in runOnModule()
/external/llvm/lib/Transforms/Utils/
DLocal.cpp80 OldDest->removePredecessor(BB); in ConstantFoldTerminator()
95 Dest1->removePredecessor(BI->getParent()); in ConstantFoldTerminator()
149 DefaultDest->removePredecessor(SI->getParent()); in ConstantFoldTerminator()
181 Succ->removePredecessor(BB); in ConstantFoldTerminator()
239 IBI->getDestination(i)->removePredecessor(IBI->getParent()); in ConstantFoldTerminator()
457 BB->removePredecessor(Pred, true); in RemovePredecessorAndSimplify()
1146 (*SI)->removePredecessor(I); in removeUnreachableBlocks()
DSimplifyCFG.cpp599 ThisCases[0].Dest->removePredecessor(TI->getParent()); in SimplifyEqualityComparisonWithOnlyPredecessor()
635 i.getCaseSuccessor()->removePredecessor(TI->getParent()); in SimplifyEqualityComparisonWithOnlyPredecessor()
676 (*SI)->removePredecessor(TIBB); in SimplifyEqualityComparisonWithOnlyPredecessor()
843 PredDefault->removePredecessor(Pred); in FoldValueComparisonIntoPredecessors()
1672 BB->removePredecessor(PredBB); in FoldCondBranchOnPHI()
1843 TrueSucc->removePredecessor(BI->getParent()); in SimplifyCondBranchToTwoReturns()
1844 FalseSucc->removePredecessor(BI->getParent()); in SimplifyCondBranchToTwoReturns()
1877 TrueSucc->removePredecessor(BI->getParent()); in SimplifyCondBranchToTwoReturns()
1878 FalseSucc->removePredecessor(BI->getParent()); in SimplifyCondBranchToTwoReturns()
2486 Succ->removePredecessor(OldTerm->getParent()); in SimplifyTerminatorOnSelect()
[all …]
DLoopSimplify.cpp174 (*SI)->removePredecessor(*I); in ProcessLoop()
358 BI->getSuccessor(0)->removePredecessor(ExitingBlock); in ProcessLoop()
359 BI->getSuccessor(1)->removePredecessor(ExitingBlock); in ProcessLoop()
DBreakCriticalEdges.cpp202 DestBB->removePredecessor(TIBB, DontDeleteUselessPhis); in SplitCriticalEdge()
DBasicBlockUtils.cpp45 BBTerm->getSuccessor(i)->removePredecessor(BB); in DeleteDeadBlock()
624 BB->removePredecessor(Pred); in FoldReturnIntoUncondBranch()
DLowerInvoke.cpp186 II->getUnwindDest()->removePredecessor(BB); in insertCheapEHSupport()
DInlineFunction.cpp271 InvokeDest->removePredecessor(II->getParent()); in HandleInlinedInvoke()
/external/llvm/lib/Transforms/IPO/
DPruneEH.cpp192 UnwindBlock->removePredecessor(II->getParent()); in SimplifyFunction()
255 Succs[i]->removePredecessor(BB); in DeleteBasicBlock()
/external/llvm/include/llvm/IR/
DBasicBlock.h246 void removePredecessor(BasicBlock *Pred, bool DontDeleteUselessPHIs = false);
/external/llvm/lib/CodeGen/
DUnreachableBlockElim.cpp85 (*SI)->removePredecessor(BB); in runOnFunction()
DMachineBasicBlock.cpp497 succ->removePredecessor(this); in removeSuccessor()
520 (*I)->removePredecessor(this); in removeSuccessor()
545 Old->removePredecessor(this); in replaceSuccessor()
568 void MachineBasicBlock::removePredecessor(MachineBasicBlock *pred) { in removePredecessor() function in MachineBasicBlock
/external/llvm/lib/IR/
DBasicBlock.cpp216 void BasicBlock::removePredecessor(BasicBlock *Pred, in removePredecessor() function in BasicBlock
/external/llvm/include/llvm/CodeGen/
DMachineBasicBlock.h653 void removePredecessor(MachineBasicBlock *pred);
/external/llvm/tools/bugpoint/
DCrashDebugger.cpp296 (*SI)->removePredecessor(BB); in TestBlocks()