Searched refs:replaceAllUsesWith (Results 76 - 100 of 103) sorted by relevance

12345

/freebsd-10.2-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DCodeGenModule.cpp194 OldF->replaceAllUsesWith(Replacement);
231 Alias->replaceAllUsesWith(llvm::UndefValue::get(Alias->getType()));
1664 OldGV->replaceAllUsesWith(NewPtrForOldDecl);
1855 Entry->replaceAllUsesWith(NewPtrForOldDecl);
2054 callSite->replaceAllUsesWith(newCall.getInstruction());
2145 Entry->replaceAllUsesWith(NewPtrForOldDecl);
2224 Entry->replaceAllUsesWith(llvm::ConstantExpr::getBitCast(GA,
H A DCGStmt.cpp268 BB->replaceAllUsesWith(BI->getSuccessor(0));
1314 DefaultBlock->replaceAllUsesWith(SwitchExit.getBlock());
H A DCodeGenFunction.cpp148 ReturnBlock.getBlock()->replaceAllUsesWith(CurBB);
266 PN->replaceAllUsesWith(llvm::UndefValue::get(PN->getType()));
H A DCGObjCGNU.cpp1664 ClassRef->replaceAllUsesWith(llvm::ConstantExpr::getBitCast(Class,
2374 ClassPtrAlias->replaceAllUsesWith(
2380 MetaClassPtrAlias->replaceAllUsesWith(
2501 SelectorAliases[i]->replaceAllUsesWith(SelPtr);
H A DCGRTTI.cpp643 OldGV->replaceAllUsesWith(NewPtr);
H A DCGCleanup.cpp453 Entry->replaceAllUsesWith(Pred);
H A DCGDecl.cpp271 OldGV->replaceAllUsesWith(NewPtrForOldDecl);
H A DCGException.cpp349 Fn->replaceAllUsesWith(CXXFn);
/freebsd-10.2-release/contrib/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp255 OldV->replaceAllUsesWith(V);
366 UserC->replaceAllUsesWith(NewC);
372 Placeholder->replaceAllUsesWith(RealVal);
394 OldV->replaceAllUsesWith(V);
2996 A->replaceAllUsesWith(UndefValue::get(A->getType()));
3019 FwdRef->replaceAllUsesWith(BlockAddress::get(F, FunctionBBs[BlockIdx]));
3146 I->first->replaceAllUsesWith(I->second);
/freebsd-10.2-release/contrib/llvm/lib/Transforms/Utils/
H A DSimplifyLibCalls.cpp920 LCS->replaceAllUsesWith(Old, Cmp);
1353 LCS->replaceAllUsesWith(*I, Res);
2198 void LibCallSimplifier::replaceAllUsesWith(Instruction *I, Value *With) const { function in class:llvm::LibCallSimplifier
2199 I->replaceAllUsesWith(With);
/freebsd-10.2-release/contrib/llvm/lib/Analysis/
H A DScalarEvolutionExpander.cpp64 CI->replaceAllUsesWith(Ret);
1603 Phi->replaceAllUsesWith(V);
1675 IsomorphicInc->replaceAllUsesWith(NewInc);
1688 Phi->replaceAllUsesWith(NewIV);
H A DInstructionSimplify.cpp3186 I->replaceAllUsesWith(SimpleV);
3215 I->replaceAllUsesWith(SimpleV);
/freebsd-10.2-release/contrib/llvm/lib/IR/
H A DMetadata.cpp381 replaceAllUsesWith(N);
H A DValue.cpp303 void Value::replaceAllUsesWith(Value *New) { function in class:Value
304 assert(New && "Value::replaceAllUsesWith(<null>) is invalid!");
305 assert(New != this && "this->replaceAllUsesWith(this) is NOT valid!");
H A DConstants.cpp1419 replaceAllUsesWith(NewBA);
2640 replaceAllUsesWith(Replacement);
2715 replaceAllUsesWith(Replacement);
2737 replaceAllUsesWith(Replacement);
2758 replaceAllUsesWith(Replacement);
/freebsd-10.2-release/contrib/llvm/lib/Transforms/InstCombine/
H A DInstructionCombining.cpp2248 Inst->replaceAllUsesWith(C);
2347 Inst->replaceAllUsesWith(UndefValue::get(Inst->getType()));
2437 I->replaceAllUsesWith(Result);
2492 /// replaceAllUsesWith - override so that instruction replacement
2494 virtual void replaceAllUsesWith(Instruction *I, Value *With) const { function in class:__anon2736::InstCombinerLibCallSimplifier
/freebsd-10.2-release/contrib/llvm/lib/Transforms/Instrumentation/
H A DDebugIR.cpp298 CUToReplace->replaceAllUsesWith(const_cast<MDNode *>(CUNode));
H A DAddressSanitizer.cpp1022 G->replaceAllUsesWith(
1548 AI->replaceAllUsesWith(NewAllocaPtr);
/freebsd-10.2-release/contrib/llvm/lib/AsmParser/
H A DLLParser.cpp215 Refs[i].second->replaceAllUsesWith(BA);
600 Temp->replaceAllUsesWith(Init);
681 Val->replaceAllUsesWith(GA);
1980 I->second.first->replaceAllUsesWith(
1989 I->second.first->replaceAllUsesWith(
2146 FI->second.first->replaceAllUsesWith(Inst);
2162 FI->second.first->replaceAllUsesWith(Inst);
/freebsd-10.2-release/contrib/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp1646 Scalar->replaceAllUsesWith(Undef);
1734 In->replaceAllUsesWith(*v);
2356 ReductionRoot->replaceAllUsesWith(VectorizedTree);
H A DBBVectorize.cpp3088 L->replaceAllUsesWith(K1);
3089 H->replaceAllUsesWith(K2);
H A DLoopVectorize.cpp815 LoopID->replaceAllUsesWith(NewLoopID);
2109 In->replaceAllUsesWith(V);
/freebsd-10.2-release/contrib/llvm/lib/Transforms/Scalar/
H A DLoopIdiomRecognize.cpp545 PreCond->replaceAllUsesWith(NewPreCond);
H A DLoopStrengthReduce.cpp1853 ShadowUse->replaceAllUsesWith(NewPH);
2024 Cond->replaceAllUsesWith(NewCond);
/freebsd-10.2-release/contrib/llvm/tools/bugpoint/
H A DMiscompilation.cpp942 F->replaceAllUsesWith(FuncWrapper);

Completed in 322 milliseconds

12345