HomeSort by relevance Sort by last modified time
    Searched refs:removePredecessor (Results 1 - 19 of 19) sorted by null

  /external/llvm/lib/Transforms/Scalar/
SimplifyCFGPass.cpp 69 (*SI)->removePredecessor(BB);
105 II->getUnwindDest()->removePredecessor(BB);
195 (*SI)->removePredecessor(BB);
LoopRotation.cpp 328 Exit->removePredecessor(OrigPreheader, true /*preserve LCSSA*/);
JumpThreading.cpp 694 BBTerm->getSuccessor(i)->removePredecessor(BB, true);
756 CondBr->getSuccessor(ToRemove)->removePredecessor(BB, true);
    [all...]
LoopUnswitch.cpp     [all...]
SCCP.cpp     [all...]
  /external/llvm/lib/Transforms/IPO/
PruneEH.cpp 191 UnwindBlock->removePredecessor(II->getParent());
254 Succs[i]->removePredecessor(BB);
  /external/llvm/include/llvm/
BasicBlock.h 237 /// removePredecessor - This method is used to notify a BasicBlock that the
243 void removePredecessor(BasicBlock *Pred, bool DontDeleteUselessPHIs = false);
  /external/llvm/lib/Transforms/Utils/
Local.cpp 76 OldDest->removePredecessor(BB);
91 Dest1->removePredecessor(BI->getParent());
125 DefaultDest->removePredecessor(SI->getParent());
157 Succ->removePredecessor(BB);
196 IBI->getDestination(i)->removePredecessor(IBI->getParent());
377 /// RemovePredecessorAndSimplify - Like BasicBlock::removePredecessor, this
381 /// Unlike the removePredecessor method, this attempts to simplify uses of PHI
397 BB->removePredecessor(Pred, true);
    [all...]
LoopSimplify.cpp 170 (*SI)->removePredecessor(*I);
349 BI->getSuccessor(0)->removePredecessor(ExitingBlock);
350 BI->getSuccessor(1)->removePredecessor(ExitingBlock);
SimplifyCFG.cpp 588 ThisCases[0].second->removePredecessor(TI->getParent());
608 SI->getSuccessor(i)->removePredecessor(TI->getParent());
644 (*SI)->removePredecessor(TIBB);
728 PredDefault->removePredecessor(Pred);
    [all...]
BasicBlockUtils.cpp 44 BBTerm->getSuccessor(i)->removePredecessor(BB);
673 BB->removePredecessor(Pred);
BreakCriticalEdges.cpp 228 DestBB->removePredecessor(TIBB, DontDeleteUselessPhis);
InlineFunction.cpp 622 InvokeDest->removePredecessor(II->getParent());
661 InvokeDest->removePredecessor(II->getParent());
    [all...]
LowerInvoke.cpp 190 II->getUnwindDest()->removePredecessor(BB);
  /external/llvm/lib/CodeGen/
UnreachableBlockElim.cpp 85 (*SI)->removePredecessor(BB);
MachineBasicBlock.cpp 356 succ->removePredecessor(this);
379 (*I)->removePredecessor(this);
403 void MachineBasicBlock::removePredecessor(MachineBasicBlock *pred) {
  /external/llvm/lib/VMCore/
BasicBlock.cpp 210 /// removePredecessor - This method is used to notify a BasicBlock that the
216 void BasicBlock::removePredecessor(BasicBlock *Pred,
220 "removePredecessor: BB is not a predecessor!");
  /external/llvm/include/llvm/CodeGen/
MachineBasicBlock.h 441 /// removePredecessor - Remove pred as a predecessor of this
446 void removePredecessor(MachineBasicBlock *pred);
  /external/llvm/tools/bugpoint/
CrashDebugger.cpp 298 (*SI)->removePredecessor(BB);

Completed in 2819 milliseconds