HomeSort by relevance Sort by last modified time
    Searched refs:replaceAllUsesWith (Results 51 - 75 of 92) sorted by null

1 23 4

  /external/llvm/tools/bugpoint/
CrashDebugger.cpp 303 BBTerm->replaceAllUsesWith(Constant::getNullValue(BBTerm->getType()));
407 Inst->replaceAllUsesWith(UndefValue::get(Inst->getType()));
ExtractFunction.cpp 110 TheInst->replaceAllUsesWith(Constant::getNullValue(TheInst->getType()));
  /external/llvm/unittests/Analysis/
ScalarEvolutionTest.cpp 81 V2->replaceAllUsesWith(V1);
82 V1->replaceAllUsesWith(V0);
  /external/llvm/lib/Linker/
LinkModules.cpp 702 DstGV->replaceAllUsesWith(ConstantExpr::getBitCast(NG, DstGV->getType()));
769 DGV->replaceAllUsesWith(ConstantExpr::getBitCast(NewDGV, DGV->getType()));
818 DGV->replaceAllUsesWith(ConstantExpr::getBitCast(NewDF, DGV->getType()));
    [all...]
  /external/llvm/lib/Transforms/Scalar/
LoopUnswitch.cpp     [all...]
JumpThreading.cpp 684 I->replaceAllUsesWith(SimpleVal);
    [all...]
SCCP.cpp     [all...]
ObjCARC.cpp 459 CI->replaceAllUsesWith(OldArg);
    [all...]
  /external/llvm/lib/Transforms/IPO/
MergeFunctions.cpp 751 G->replaceAllUsesWith(NewG);
767 G->replaceAllUsesWith(GA);
786 F->replaceAllUsesWith(H);
Inliner.cpp 179 AI->replaceAllUsesWith(AvailableAlloca);
  /external/llvm/lib/Analysis/
DIBuilder.cpp 41 DIType(TempEnumTypes).replaceAllUsesWith(Enums);
44 DIType(TempRetainTypes).replaceAllUsesWith(RetainTypes);
47 DIType(TempSubprograms).replaceAllUsesWith(SPs);
56 DIType(Temp).replaceAllUsesWith(AV);
63 DIType(TempGVs).replaceAllUsesWith(GVs);
    [all...]
ScalarEvolutionExpander.cpp 63 CI->replaceAllUsesWith(Ret);
    [all...]
  /external/llvm/lib/Transforms/Utils/
SimplifyCFG.cpp     [all...]
  /external/clang/lib/CodeGen/
CGCXX.cpp 164 Entry->replaceAllUsesWith(Alias);
CGVTables.cpp 253 Fn->replaceAllUsesWith(NewFn);
430 OldThunkFn->replaceAllUsesWith(NewPtrForOldDecl);
CodeGenFunction.cpp 117 ReturnBlock.getBlock()->replaceAllUsesWith(CurBB);
201 PN->replaceAllUsesWith(llvm::UndefValue::get(PN->getType()));
    [all...]
CodeGenModule.cpp     [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombine.h 269 I.replaceAllUsesWith(V);
InstructionCombining.cpp     [all...]
  /external/llvm/lib/VMCore/
Value.cpp 297 void Value::replaceAllUsesWith(Value *New) {
298 assert(New && "Value::replaceAllUsesWith(<null>) is invalid!");
299 assert(New != this && "this->replaceAllUsesWith(this) is NOT valid!");
  /frameworks/compile/libbcc/bcinfo/BitReader_3_0/
BitcodeReader.cpp 252 Exn->replaceAllUsesWith(LPExn);
253 Sel->replaceAllUsesWith(LPSel);
538 OldV->replaceAllUsesWith(V);
649 UserC->replaceAllUsesWith(NewC);
655 Placeholder->replaceAllUsesWith(RealVal);
677 OldV->replaceAllUsesWith(V);
    [all...]
  /external/llvm/lib/Transforms/Instrumentation/
AddressSanitizer.cpp 486 G->replaceAllUsesWith(
    [all...]
  /external/llvm/lib/AsmParser/
LLParser.cpp 151 Refs[i].second->replaceAllUsesWith(BA);
538 Temp->replaceAllUsesWith(Init);
624 Val->replaceAllUsesWith(GA);
    [all...]
  /external/llvm/lib/Bitcode/Reader/
BitcodeReader.cpp 240 OldV->replaceAllUsesWith(V);
351 UserC->replaceAllUsesWith(NewC);
357 Placeholder->replaceAllUsesWith(RealVal);
379 OldV->replaceAllUsesWith(V);
    [all...]
  /frameworks/compile/libbcc/bcinfo/BitReader_2_7/
BitcodeReader.cpp 259 OldV->replaceAllUsesWith(V);
370 UserC->replaceAllUsesWith(NewC);
376 Placeholder->replaceAllUsesWith(RealVal);
398 OldV->replaceAllUsesWith(V);
    [all...]

Completed in 1267 milliseconds

1 23 4