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

  /external/llvm/lib/IR/
BasicBlock.cpp 256 PN->removeIncomingValue(Pred, !DontDeleteUselessPHIs);
269 // removeIncomingValue.
277 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 106 OldPhi->removeIncomingValue(newEntryBlock);
  /external/llvm/lib/Transforms/Utils/
LoopUnroll.cpp 361 Value *InVal = PN->removeIncomingValue(LatchBlock, false);
415 Phi->removeIncomingValue(BB, false);
CloneFunction.cpp 500 PN->removeIncomingValue(pred, false);
534 PN->removeIncomingValue(Pred, false);
LowerSwitch.cpp 277 PN->removeIncomingValue(OrigBlock);
BasicBlockUtils.cpp 420 PN->removeIncomingValue(i, false);
443 Value *V = PN->removeIncomingValue(i, false);
    [all...]
CodeExtractor.cpp 257 PN->removeIncomingValue(i);
764 PN->removeIncomingValue(i, false);
LoopSimplify.cpp 433 PN->removeIncomingValue(e-i, false);
    [all...]
Local.cpp 673 Value *OldVal = PN->removeIncomingValue(BB, false);
    [all...]
SimplifyCFG.cpp     [all...]
  /external/llvm/lib/Transforms/Scalar/
LoopDeletion.cpp 203 P->removeIncomingValue(exitingBlocks[i]);
LoopRotation.cpp 132 PN->removeIncomingValue(PN->getBasicBlockIndex(OrigPreheader));
StructurizeCFG.cpp 505 Value *Deleted = Phi.removeIncomingValue(From, false);
  /external/llvm/include/llvm/IR/
Instructions.h     [all...]
  /external/llvm/lib/CodeGen/
CodeGenPrepare.cpp 439 Value *InVal = PN->removeIncomingValue(BB, false);
    [all...]
  /art/compiler/llvm/
gbc_expander.cc 585 phi->removeIncomingValue(old_bb_idx, false);
    [all...]

Completed in 173 milliseconds