HomeSort by relevance Sort by last modified time
    Searched refs:replaceAllUsesWith (Results 26 - 50 of 115) sorted by null

12 3 4 5

  /external/llvm/lib/Transforms/Instrumentation/
ProfilingUtils.cpp 90 AI->replaceAllUsesWith(
99 AI->replaceAllUsesWith(InitCall);
  /external/llvm/lib/CodeGen/
SjLjEHPrepare.cpp 163 EVI->replaceAllUsesWith(ExnVal);
165 EVI->replaceAllUsesWith(SelVal);
181 LPI->replaceAllUsesWith(LPadVal);
259 AI->replaceAllUsesWith(NI);
271 AI->replaceAllUsesWith(NC);
277 // this because the above replaceAllUsesWith() clobbered the operand, but
GCStrategy.cpp 299 CI->replaceAllUsesWith(St);
308 CI->replaceAllUsesWith(Ld);
ShadowStackGC.cpp 182 CI->replaceAllUsesWith(II);
413 OriginalAlloca->replaceAllUsesWith(SlotPtr);
  /external/llvm/lib/Transforms/Utils/
LowerInvoke.cpp 180 II->replaceAllUsesWith(NewCall);
211 PN->replaceAllUsesWith(PN->getIncomingValue(0));
246 II->replaceAllUsesWith(NewCall);
298 AI->replaceAllUsesWith(NI);
308 AI->replaceAllUsesWith(NC);
313 // We do this because the above replaceAllUsesWith() clobbered the
BasicBlockUtils.cpp 56 I.replaceAllUsesWith(UndefValue::get(I.getType()));
80 PN->replaceAllUsesWith(PN->getIncomingValue(0));
82 PN->replaceAllUsesWith(UndefValue::get(PN->getType()));
159 BB->replaceAllUsesWith(PredBB);
201 I.replaceAllUsesWith(V);
576 LPad->replaceAllUsesWith(PN);
581 LPad->replaceAllUsesWith(Clone1);
LoopUnroll.cpp 88 BB->replaceAllUsesWith(OnlyPred);
334 PN->replaceAllUsesWith(PN->getIncomingValueForBlock(Preheader));
445 Inst->replaceAllUsesWith(V);
SSAUpdater.cpp 416 L->replaceAllUsesWith(StoredValue);
449 ALoad->replaceAllUsesWith(NewVal);
479 User->replaceAllUsesWith(NewVal);
DemoteRegToStack.cpp 144 P->replaceAllUsesWith(V);
LoopSimplify.cpp 177 TI->replaceAllUsesWith(UndefValue::get(TI->getType()));
280 PN->replaceAllUsesWith(V);
476 PN->replaceAllUsesWith(V);
738 NewPN->replaceAllUsesWith(UniqueValue);
LowerExpectIntrinsic.cpp 158 CI->replaceAllUsesWith(Exp);
Local.cpp 388 I->replaceAllUsesWith(UndefValue::get(I->getType()));
486 PN->replaceAllUsesWith(NewVal);
499 BA->replaceAllUsesWith(ConstantExpr::getIntToPtr(Replacement,
505 PredBB->replaceAllUsesWith(DestBB);
805 BB->replaceAllUsesWith(Succ);
    [all...]
PromoteMemoryToRegister.cpp 460 LI->replaceAllUsesWith(ReplVal);
551 LI->replaceAllUsesWith(UndefValue::get(LI->getType()));
554 LI->replaceAllUsesWith(llvm::prior(I)->second->getOperand(0));
727 A->replaceAllUsesWith(UndefValue::get(A->getType()));
760 PN->replaceAllUsesWith(V);
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/
R600KernelParameters.cpp 232 I->Val->replaceAllUsesWith(NewVal);
272 GEP->replaceAllUsesWith(GEP2);
293 Load->replaceAllUsesWith(new_Load);
  /external/mesa3d/src/gallium/drivers/radeon/
R600KernelParameters.cpp 232 I->Val->replaceAllUsesWith(NewVal);
272 GEP->replaceAllUsesWith(GEP2);
293 Load->replaceAllUsesWith(new_Load);
  /external/llvm/lib/Target/Mips/
MipsOptimizeMathLibCalls.cpp 150 Call->replaceAllUsesWith(Phi);
  /external/llvm/lib/Target/NVPTX/
NVVMReflect.cpp 185 Reflect->replaceAllUsesWith(
  /external/llvm/lib/Transforms/IPO/
ConstantMerge.cpp 219 Replacements[i].first->replaceAllUsesWith(Replacements[i].second);
ArgumentPromotion.cpp 753 Call->replaceAllUsesWith(New);
775 I->replaceAllUsesWith(I2);
    [all...]
  /external/llvm/lib/Transforms/Scalar/
EarlyCSE.cpp 447 Inst->replaceAllUsesWith(V);
459 Inst->replaceAllUsesWith(V);
486 if (!Inst->use_empty()) Inst->replaceAllUsesWith(InVal.first);
512 if (!Inst->use_empty()) Inst->replaceAllUsesWith(InVal.first);
LICM.cpp 371 I.replaceAllUsesWith(C);
498 // If I is not void type then replaceAllUsesWith undef.
501 I.replaceAllUsesWith(UndefValue::get(I.getType()));
520 // If I is not void type then replaceAllUsesWith undef.
523 I.replaceAllUsesWith(UndefValue::get(I.getType()));
574 I.replaceAllUsesWith(UndefValue::get(I.getType()));
    [all...]
LoopInstSimplify.cpp 119 I->replaceAllUsesWith(V);
  /external/llvm/unittests/Analysis/
ScalarEvolutionTest.cpp 81 V2->replaceAllUsesWith(V1);
82 V1->replaceAllUsesWith(V0);
  /external/llvm/include/llvm/IR/
Value.h 134 /// replaceAllUsesWith - Go through the uses list for this definition and make
138 void replaceAllUsesWith(Value *V);
  /external/llvm/lib/Analysis/
MemoryBuiltins.cpp 748 OffsetPHI->replaceAllUsesWith(UndefValue::get(IntTy));
750 SizePHI->replaceAllUsesWith(UndefValue::get(IntTy));
761 SizePHI->replaceAllUsesWith(Size);
766 OffsetPHI->replaceAllUsesWith(Offset);

Completed in 2674 milliseconds

12 3 4 5