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

  /external/llvm/lib/Transforms/Scalar/
SimplifyCFGPass.cpp 76 (*SI)->removePredecessor(BB);
111 II->getUnwindDest()->removePredecessor(II->getParent());
173 II->getUnwindDest()->removePredecessor(II->getParent());
211 (*SI)->removePredecessor(BB);
CorrelatedValuePropagation.cpp 255 CI.getCaseSuccessor()->removePredecessor(BB);
258 // The condition can be modified by removePredecessor's PHI simplification
JumpThreading.cpp 712 BBTerm->getSuccessor(i)->removePredecessor(BB, true);
774 CondBr->getSuccessor(ToRemove)->removePredecessor(BB, true);
    [all...]
LoopRotation.cpp 468 Exit->removePredecessor(OrigPreheader, true /*preserve LCSSA*/);
LoopUnswitch.cpp     [all...]
SCCP.cpp     [all...]
  /external/llvm/lib/Transforms/IPO/
PruneEH.cpp 192 UnwindBlock->removePredecessor(II->getParent());
255 Succs[i]->removePredecessor(BB);
  /external/llvm/lib/Transforms/Utils/
Local.cpp 80 OldDest->removePredecessor(BB);
95 Dest1->removePredecessor(BI->getParent());
149 DefaultDest->removePredecessor(SI->getParent());
181 Succ->removePredecessor(BB);
239 IBI->getDestination(i)->removePredecessor(IBI->getParent());
437 /// RemovePredecessorAndSimplify - Like BasicBlock::removePredecessor, this
441 /// Unlike the removePredecessor method, this attempts to simplify uses of PHI
457 BB->removePredecessor(Pred, true);
    [all...]
LoopSimplify.cpp 174 (*SI)->removePredecessor(*I);
358 BI->getSuccessor(0)->removePredecessor(ExitingBlock);
359 BI->getSuccessor(1)->removePredecessor(ExitingBlock);
SimplifyCFG.cpp 599 ThisCases[0].Dest->removePredecessor(TI->getParent());
635 i.getCaseSuccessor()->removePredecessor(TI->getParent());
676 (*SI)->removePredecessor(TIBB);
    [all...]
BreakCriticalEdges.cpp 202 DestBB->removePredecessor(TIBB, DontDeleteUselessPhis);
BasicBlockUtils.cpp 45 BBTerm->getSuccessor(i)->removePredecessor(BB);
624 BB->removePredecessor(Pred);
LowerInvoke.cpp 186 II->getUnwindDest()->removePredecessor(BB);
InlineFunction.cpp 271 InvokeDest->removePredecessor(II->getParent());
    [all...]
  /external/llvm/include/llvm/IR/
BasicBlock.h 246 void removePredecessor(BasicBlock *Pred, bool DontDeleteUselessPHIs = false);
  /external/llvm/lib/CodeGen/
UnreachableBlockElim.cpp 85 (*SI)->removePredecessor(BB);
MachineBasicBlock.cpp 497 succ->removePredecessor(this);
520 (*I)->removePredecessor(this);
545 Old->removePredecessor(this);
568 void MachineBasicBlock::removePredecessor(MachineBasicBlock *pred) {
    [all...]
  /external/llvm/lib/IR/
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 648 /// removePredecessor - Remove pred as a predecessor of this
653 void removePredecessor(MachineBasicBlock *pred);
  /external/llvm/tools/bugpoint/
CrashDebugger.cpp 296 (*SI)->removePredecessor(BB);

Completed in 621 milliseconds