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

  /external/llvm/lib/Transforms/Utils/
LowerInvoke.cpp 72 II->getUnwindDest()->removePredecessor(BB);
Local.cpp 84 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);
    [all...]
SimplifyCFG.cpp 611 ThisCases[0].Dest->removePredecessor(TI->getParent());
647 i.getCaseSuccessor()->removePredecessor(TI->getParent());
688 (*SI)->removePredecessor(TIBB);
    [all...]
BreakCriticalEdges.cpp 201 DestBB->removePredecessor(TIBB, DontDeleteUselessPhis);
LoopSimplify.cpp 507 (*SI)->removePredecessor(*I);
704 BI->getSuccessor(0)->removePredecessor(ExitingBlock);
705 BI->getSuccessor(1)->removePredecessor(ExitingBlock);
    [all...]
BasicBlockUtils.cpp 45 BBTerm->getSuccessor(i)->removePredecessor(BB);
648 BB->removePredecessor(Pred);
    [all...]
InlineFunction.cpp 260 InvokeDest->removePredecessor(II->getParent());
    [all...]
  /external/llvm/lib/Transforms/IPO/
PruneEH.cpp 193 UnwindBlock->removePredecessor(II->getParent());
256 Succs[i]->removePredecessor(BB);
  /external/llvm/include/llvm/IR/
BasicBlock.h 251 void removePredecessor(BasicBlock *Pred, bool DontDeleteUselessPHIs = false);
  /external/llvm/lib/CodeGen/
UnreachableBlockElim.cpp 83 (*SI)->removePredecessor(BB);
MachineBasicBlock.cpp 503 succ->removePredecessor(this);
526 (*I)->removePredecessor(this);
551 Old->removePredecessor(this);
574 void MachineBasicBlock::removePredecessor(MachineBasicBlock *pred) {
    [all...]
  /external/llvm/lib/IR/
BasicBlock.cpp 214 /// removePredecessor - This method is used to notify a BasicBlock that the
220 void BasicBlock::removePredecessor(BasicBlock *Pred,
224 "removePredecessor: BB is not a predecessor!");
  /external/llvm/lib/Transforms/Scalar/
CorrelatedValuePropagation.cpp 256 CI.getCaseSuccessor()->removePredecessor(BB);
259 // The condition can be modified by removePredecessor's PHI simplification
JumpThreading.cpp 726 BBTerm->getSuccessor(i)->removePredecessor(BB, true);
788 CondBr->getSuccessor(ToRemove)->removePredecessor(BB, true);
    [all...]
LoopRotation.cpp 510 Exit->removePredecessor(OrigPreheader, true /*preserve LCSSA*/);
SCCP.cpp     [all...]
  /external/llvm/include/llvm/CodeGen/
MachineBasicBlock.h 677 /// removePredecessor - Remove pred as a predecessor of this
682 void removePredecessor(MachineBasicBlock *pred);
  /external/llvm/tools/bugpoint/
CrashDebugger.cpp 296 (*SI)->removePredecessor(BB);

Completed in 267 milliseconds