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

  /external/llvm/lib/IR/
BasicBlock.cpp 252 PN->removeIncomingValue(Pred, !DontDeleteUselessPHIs);
265 // removeIncomingValue.
273 PN->removeIncomingValue(Pred, false);
Instructions.cpp 112 // removeIncomingValue - Remove an incoming value. This is useful if a
114 Value *PHINode::removeIncomingValue(unsigned Idx, bool DeletePHIIfEmpty) {
    [all...]
  /external/llvm/lib/Transforms/IPO/
PartialInlining.cpp 105 OldPhi->removeIncomingValue(newEntryBlock);
  /external/llvm/lib/Transforms/Utils/
LoopUnroll.cpp 338 Value *InVal = PN->removeIncomingValue(LatchBlock, false);
392 Phi->removeIncomingValue(BB, false);
CloneFunction.cpp 446 PN->removeIncomingValue(pred, false);
480 PN->removeIncomingValue(Pred, false);
LowerSwitch.cpp 212 PN->removeIncomingValue(OrigBlock);
BasicBlockUtils.cpp 405 PN->removeIncomingValue(Preds[i], false);
415 Value *V = PN->removeIncomingValue(Preds[i], false);
CodeExtractor.cpp 256 PN->removeIncomingValue(i);
765 PN->removeIncomingValue(i, false);
LoopSimplify.cpp 729 PN->removeIncomingValue(e-i, false);
Local.cpp 676 Value *OldVal = PN->removeIncomingValue(BB, false);
    [all...]
SimplifyCFG.cpp     [all...]
  /external/llvm/lib/Transforms/Scalar/
LoopDeletion.cpp 199 P->removeIncomingValue(exitingBlocks[i]);
LoopRotation.cpp 108 PN->removeIncomingValue(PN->getBasicBlockIndex(OrigPreheader));
StructurizeCFG.cpp 501 Value *Deleted = Phi.removeIncomingValue(From, false);
CodeGenPrepare.cpp 412 Value *InVal = PN->removeIncomingValue(BB, false);
    [all...]
  /external/llvm/include/llvm/IR/
Instructions.h     [all...]
  /external/llvm/lib/Transforms/Instrumentation/
PathProfiling.cpp     [all...]
  /art/compiler/llvm/
gbc_expander.cc 588 phi->removeIncomingValue(old_bb_idx, false);
    [all...]

Completed in 87 milliseconds