Searched refs:removePredecessor (Results 1 – 20 of 20) sorted by relevance
/external/llvm/lib/Transforms/Scalar/ |
D | SimplifyCFGPass.cpp | 76 (*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()
|
D | CorrelatedValuePropagation.cpp | 255 CI.getCaseSuccessor()->removePredecessor(BB); in processSwitch()
|
D | JumpThreading.cpp | 712 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()
|
D | LoopRotation.cpp | 468 Exit->removePredecessor(OrigPreheader, true /*preserve LCSSA*/); in rotateLoop()
|
D | LoopUnswitch.cpp | 1026 TI->getSuccessor(i)->removePredecessor(BB); in RemoveBlockIfDead() 1273 DeadSucc->removePredecessor(BI->getParent(), true); in SimplifyCode()
|
D | SCCP.cpp | 1788 TI->getSuccessor(i)->removePredecessor(BB); in runOnModule() 1869 TI->getSuccessor(i)->removePredecessor(TI->getParent()); in runOnModule()
|
/external/llvm/lib/Transforms/Utils/ |
D | Local.cpp | 80 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()
|
D | SimplifyCFG.cpp | 599 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 …]
|
D | LoopSimplify.cpp | 174 (*SI)->removePredecessor(*I); in ProcessLoop() 358 BI->getSuccessor(0)->removePredecessor(ExitingBlock); in ProcessLoop() 359 BI->getSuccessor(1)->removePredecessor(ExitingBlock); in ProcessLoop()
|
D | BreakCriticalEdges.cpp | 202 DestBB->removePredecessor(TIBB, DontDeleteUselessPhis); in SplitCriticalEdge()
|
D | BasicBlockUtils.cpp | 45 BBTerm->getSuccessor(i)->removePredecessor(BB); in DeleteDeadBlock() 624 BB->removePredecessor(Pred); in FoldReturnIntoUncondBranch()
|
D | LowerInvoke.cpp | 186 II->getUnwindDest()->removePredecessor(BB); in insertCheapEHSupport()
|
D | InlineFunction.cpp | 271 InvokeDest->removePredecessor(II->getParent()); in HandleInlinedInvoke()
|
/external/llvm/lib/Transforms/IPO/ |
D | PruneEH.cpp | 192 UnwindBlock->removePredecessor(II->getParent()); in SimplifyFunction() 255 Succs[i]->removePredecessor(BB); in DeleteBasicBlock()
|
/external/llvm/include/llvm/IR/ |
D | BasicBlock.h | 246 void removePredecessor(BasicBlock *Pred, bool DontDeleteUselessPHIs = false);
|
/external/llvm/lib/CodeGen/ |
D | UnreachableBlockElim.cpp | 85 (*SI)->removePredecessor(BB); in runOnFunction()
|
D | MachineBasicBlock.cpp | 497 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/ |
D | BasicBlock.cpp | 216 void BasicBlock::removePredecessor(BasicBlock *Pred, in removePredecessor() function in BasicBlock
|
/external/llvm/include/llvm/CodeGen/ |
D | MachineBasicBlock.h | 653 void removePredecessor(MachineBasicBlock *pred);
|
/external/llvm/tools/bugpoint/ |
D | CrashDebugger.cpp | 296 (*SI)->removePredecessor(BB); in TestBlocks()
|