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

/external/llvm/lib/Transforms/Utils/
H A DLowerInvoke.cpp72 II->getUnwindDest()->removePredecessor(BB);
H A DLocal.cpp84 OldDest->removePredecessor(BB);
99 Dest1->removePredecessor(BI->getParent());
155 DefaultDest->removePredecessor(SI->getParent());
187 Succ->removePredecessor(BB);
240 IBI->getDestination(i)->removePredecessor(IBI->getParent());
438 /// RemovePredecessorAndSimplify - Like BasicBlock::removePredecessor, this
442 /// Unlike the removePredecessor method, this attempts to simplify uses of PHI
458 BB->removePredecessor(Pred, true);
1128 (*SI)->removePredecessor(BB);
1163 II->getUnwindDest()->removePredecessor(I
[all...]
H A DSimplifyCFG.cpp611 ThisCases[0].Dest->removePredecessor(TI->getParent());
647 i.getCaseSuccessor()->removePredecessor(TI->getParent());
688 (*SI)->removePredecessor(TIBB);
848 PredDefault->removePredecessor(Pred);
1692 BB->removePredecessor(PredBB);
1863 TrueSucc->removePredecessor(BI->getParent());
1864 FalseSucc->removePredecessor(BI->getParent());
1897 TrueSucc->removePredecessor(BI->getParent());
1898 FalseSucc->removePredecessor(BI->getParent());
2536 Succ->removePredecessor(OldTer
[all...]
H A DBreakCriticalEdges.cpp201 DestBB->removePredecessor(TIBB, DontDeleteUselessPhis);
H A DLoopSimplify.cpp507 (*SI)->removePredecessor(*I);
704 BI->getSuccessor(0)->removePredecessor(ExitingBlock);
705 BI->getSuccessor(1)->removePredecessor(ExitingBlock);
H A DBasicBlockUtils.cpp45 BBTerm->getSuccessor(i)->removePredecessor(BB);
648 BB->removePredecessor(Pred);
H A DInlineFunction.cpp260 InvokeDest->removePredecessor(II->getParent());
/external/llvm/lib/Transforms/IPO/
H A DPruneEH.cpp193 UnwindBlock->removePredecessor(II->getParent());
256 Succs[i]->removePredecessor(BB);
/external/llvm/include/llvm/IR/
H A DBasicBlock.h251 void removePredecessor(BasicBlock *Pred, bool DontDeleteUselessPHIs = false);
/external/llvm/lib/CodeGen/
H A DUnreachableBlockElim.cpp83 (*SI)->removePredecessor(BB);
H A DMachineBasicBlock.cpp503 succ->removePredecessor(this);
526 (*I)->removePredecessor(this);
551 Old->removePredecessor(this);
574 void MachineBasicBlock::removePredecessor(MachineBasicBlock *pred) { function in class:MachineBasicBlock
/external/llvm/lib/IR/
H A DBasicBlock.cpp214 /// removePredecessor - This method is used to notify a BasicBlock that the
220 void BasicBlock::removePredecessor(BasicBlock *Pred, function in class:BasicBlock
224 "removePredecessor: BB is not a predecessor!");
/external/llvm/lib/Transforms/Scalar/
H A DCorrelatedValuePropagation.cpp256 CI.getCaseSuccessor()->removePredecessor(BB);
259 // The condition can be modified by removePredecessor's PHI simplification
H A DJumpThreading.cpp726 BBTerm->getSuccessor(i)->removePredecessor(BB, true);
788 CondBr->getSuccessor(ToRemove)->removePredecessor(BB, true);
1484 BB->removePredecessor(PredBB, true);
1632 BB->removePredecessor(PredBB, true);
H A DLoopRotation.cpp510 Exit->removePredecessor(OrigPreheader, true /*preserve LCSSA*/);
H A DSCCP.cpp1792 TI->getSuccessor(i)->removePredecessor(BB);
1874 TI->getSuccessor(i)->removePredecessor(TI->getParent());
/external/llvm/include/llvm/CodeGen/
H A DMachineBasicBlock.h677 /// removePredecessor - Remove pred as a predecessor of this
682 void removePredecessor(MachineBasicBlock *pred);
/external/llvm/tools/bugpoint/
H A DCrashDebugger.cpp296 (*SI)->removePredecessor(BB);

Completed in 200 milliseconds