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

/external/llvm/lib/Transforms/Scalar/
H A DSimplifyCFGPass.cpp69 (*SI)->removePredecessor(BB);
104 II->getUnwindDest()->removePredecessor(II->getParent());
168 II->getUnwindDest()->removePredecessor(II->getParent());
205 (*SI)->removePredecessor(BB);
H A DCorrelatedValuePropagation.cpp236 CI.getCaseSuccessor()->removePredecessor(BB);
H A DJumpThreading.cpp701 BBTerm->getSuccessor(i)->removePredecessor(BB, true);
763 CondBr->getSuccessor(ToRemove)->removePredecessor(BB, true);
1451 BB->removePredecessor(PredBB, true);
1600 BB->removePredecessor(PredBB, true);
H A DLoopRotation.cpp441 Exit->removePredecessor(OrigPreheader, true /*preserve LCSSA*/);
H A DLoopUnswitch.cpp1021 TI->getSuccessor(i)->removePredecessor(BB);
1269 DeadSucc->removePredecessor(BI->getParent(), true);
H A DSCCP.cpp1798 TI->getSuccessor(i)->removePredecessor(BB);
1879 TI->getSuccessor(i)->removePredecessor(TI->getParent());
/external/llvm/lib/Transforms/IPO/
H A DPruneEH.cpp190 UnwindBlock->removePredecessor(II->getParent());
253 Succs[i]->removePredecessor(BB);
/external/llvm/include/llvm/
H A DBasicBlock.h231 /// removePredecessor - This method is used to notify a BasicBlock that the
237 void removePredecessor(BasicBlock *Pred, bool DontDeleteUselessPHIs = false);
/external/llvm/lib/Transforms/Utils/
H A DLocal.cpp78 OldDest->removePredecessor(BB);
93 Dest1->removePredecessor(BI->getParent());
126 DefaultDest->removePredecessor(SI->getParent());
158 Succ->removePredecessor(BB);
204 IBI->getDestination(i)->removePredecessor(IBI->getParent());
402 /// RemovePredecessorAndSimplify - Like BasicBlock::removePredecessor, this
406 /// Unlike the removePredecessor method, this attempts to simplify uses of PHI
422 BB->removePredecessor(Pred, true);
H A DLoopSimplify.cpp171 (*SI)->removePredecessor(*I);
350 BI->getSuccessor(0)->removePredecessor(ExitingBlock);
351 BI->getSuccessor(1)->removePredecessor(ExitingBlock);
H A DSimplifyCFG.cpp652 ThisCases[0].Dest->removePredecessor(TI->getParent());
673 i.getCaseSuccessor()->removePredecessor(TI->getParent());
710 (*SI)->removePredecessor(TIBB);
910 PredDefault->removePredecessor(Pred);
1425 BB->removePredecessor(PredBB);
1596 TrueSucc->removePredecessor(BI->getParent());
1597 FalseSucc->removePredecessor(BI->getParent());
1630 TrueSucc->removePredecessor(BI->getParent());
1631 FalseSucc->removePredecessor(BI->getParent());
2279 Succ->removePredecessor(OldTer
[all...]
H A DBasicBlockUtils.cpp44 BBTerm->getSuccessor(i)->removePredecessor(BB);
685 BB->removePredecessor(Pred);
H A DBreakCriticalEdges.cpp234 DestBB->removePredecessor(TIBB, DontDeleteUselessPhis);
H A DInlineFunction.cpp239 InvokeDest->removePredecessor(II->getParent());
261 InvokeDest->removePredecessor(II->getParent());
H A DLowerInvoke.cpp189 II->getUnwindDest()->removePredecessor(BB);
/external/llvm/lib/CodeGen/
H A DMachineBasicBlock.cpp457 succ->removePredecessor(this);
480 (*I)->removePredecessor(this);
505 Old->removePredecessor(this);
528 void MachineBasicBlock::removePredecessor(MachineBasicBlock *pred) { function in class:MachineBasicBlock
H A DUnreachableBlockElim.cpp85 (*SI)->removePredecessor(BB);
/external/llvm/lib/VMCore/
H A DBasicBlock.cpp210 /// removePredecessor - This method is used to notify a BasicBlock that the
216 void BasicBlock::removePredecessor(BasicBlock *Pred, function in class:BasicBlock
220 "removePredecessor: BB is not a predecessor!");
/external/llvm/include/llvm/CodeGen/
H A DMachineBasicBlock.h591 /// removePredecessor - Remove pred as a predecessor of this
596 void removePredecessor(MachineBasicBlock *pred);
/external/llvm/tools/bugpoint/
H A DCrashDebugger.cpp298 (*SI)->removePredecessor(BB);

Completed in 4980 milliseconds