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

/freebsd-10.2-release/contrib/llvm/lib/Transforms/IPO/
H A DPruneEH.cpp192 UnwindBlock->removePredecessor(II->getParent());
255 Succs[i]->removePredecessor(BB);
/freebsd-10.2-release/contrib/llvm/lib/Transforms/Utils/
H A DLocal.cpp82 OldDest->removePredecessor(BB);
97 Dest1->removePredecessor(BI->getParent());
151 DefaultDest->removePredecessor(SI->getParent());
183 Succ->removePredecessor(BB);
236 IBI->getDestination(i)->removePredecessor(IBI->getParent());
434 /// RemovePredecessorAndSimplify - Like BasicBlock::removePredecessor, this
438 /// Unlike the removePredecessor method, this attempts to simplify uses of PHI
454 BB->removePredecessor(Pred, true);
1127 (*SI)->removePredecessor(BB);
1162 II->getUnwindDest()->removePredecessor(I
[all...]
H A DLoopSimplify.cpp174 (*SI)->removePredecessor(*I);
358 BI->getSuccessor(0)->removePredecessor(ExitingBlock);
359 BI->getSuccessor(1)->removePredecessor(ExitingBlock);
H A DSimplifyCFG.cpp604 ThisCases[0].Dest->removePredecessor(TI->getParent());
640 i.getCaseSuccessor()->removePredecessor(TI->getParent());
681 (*SI)->removePredecessor(TIBB);
849 PredDefault->removePredecessor(Pred);
1693 BB->removePredecessor(PredBB);
1864 TrueSucc->removePredecessor(BI->getParent());
1865 FalseSucc->removePredecessor(BI->getParent());
1898 TrueSucc->removePredecessor(BI->getParent());
1899 FalseSucc->removePredecessor(BI->getParent());
2512 Succ->removePredecessor(OldTer
[all...]
H A DBreakCriticalEdges.cpp200 DestBB->removePredecessor(TIBB, DontDeleteUselessPhis);
H A DBasicBlockUtils.cpp45 BBTerm->getSuccessor(i)->removePredecessor(BB);
627 BB->removePredecessor(Pred);
H A DLowerInvoke.cpp186 II->getUnwindDest()->removePredecessor(BB);
H A DInlineFunction.cpp272 InvokeDest->removePredecessor(II->getParent());
/freebsd-10.2-release/contrib/llvm/include/llvm/IR/
H A DBasicBlock.h246 void removePredecessor(BasicBlock *Pred, bool DontDeleteUselessPHIs = false);
/freebsd-10.2-release/contrib/llvm/lib/CodeGen/
H A DUnreachableBlockElim.cpp83 (*SI)->removePredecessor(BB);
H A DMachineBasicBlock.cpp497 succ->removePredecessor(this);
520 (*I)->removePredecessor(this);
545 Old->removePredecessor(this);
568 void MachineBasicBlock::removePredecessor(MachineBasicBlock *pred) { function in class:MachineBasicBlock
/freebsd-10.2-release/contrib/llvm/lib/IR/
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!");
/freebsd-10.2-release/contrib/llvm/lib/Transforms/Scalar/
H A DCorrelatedValuePropagation.cpp255 CI.getCaseSuccessor()->removePredecessor(BB);
258 // The condition can be modified by removePredecessor's PHI simplification
H A DLoopRotation.cpp468 Exit->removePredecessor(OrigPreheader, true /*preserve LCSSA*/);
H A DJumpThreading.cpp712 BBTerm->getSuccessor(i)->removePredecessor(BB, true);
774 CondBr->getSuccessor(ToRemove)->removePredecessor(BB, true);
1471 BB->removePredecessor(PredBB, true);
1620 BB->removePredecessor(PredBB, true);
H A DSCCP.cpp1788 TI->getSuccessor(i)->removePredecessor(BB);
1869 TI->getSuccessor(i)->removePredecessor(TI->getParent());
/freebsd-10.2-release/contrib/llvm/tools/bugpoint/
H A DCrashDebugger.cpp296 (*SI)->removePredecessor(BB);
/freebsd-10.2-release/contrib/llvm/include/llvm/CodeGen/
H A DMachineBasicBlock.h648 /// removePredecessor - Remove pred as a predecessor of this
653 void removePredecessor(MachineBasicBlock *pred);

Completed in 472 milliseconds