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

1 2 34 5

  /external/llvm/lib/Transforms/InstCombine/
InstCombine.h 277 I.replaceAllUsesWith(V);
InstructionCombining.cpp     [all...]
  /external/llvm/lib/Transforms/ObjCARC/
ObjCARCContract.cpp 416 CI->replaceAllUsesWith(Null);
ObjCARCOpts.cpp     [all...]
  /external/llvm/tools/bugpoint/
ExtractFunction.cpp 110 TheInst->replaceAllUsesWith(Constant::getNullValue(TheInst->getType()));
  /frameworks/compile/libbcc/bcinfo/BitReader_3_0/
BitcodeReader.cpp 252 Exn->replaceAllUsesWith(LPExn);
253 Sel->replaceAllUsesWith(LPSel);
549 OldV->replaceAllUsesWith(V);
660 UserC->replaceAllUsesWith(NewC);
666 Placeholder->replaceAllUsesWith(RealVal);
688 OldV->replaceAllUsesWith(V);
    [all...]
  /external/clang/lib/CodeGen/
CGVTables.cpp 241 Fn->replaceAllUsesWith(NewFn);
433 OldThunkFn->replaceAllUsesWith(NewPtrForOldDecl);
    [all...]
CodeGenFunction.cpp 148 ReturnBlock.getBlock()->replaceAllUsesWith(CurBB);
266 PN->replaceAllUsesWith(llvm::UndefValue::get(PN->getType()));
    [all...]
CodeGenModule.cpp     [all...]
CGStmt.cpp 265 BB->replaceAllUsesWith(BI->getSuccessor(0));
    [all...]
CGCleanup.cpp 453 Entry->replaceAllUsesWith(Pred);
    [all...]
CGObjCGNU.cpp     [all...]
CGRTTI.cpp 643 OldGV->replaceAllUsesWith(NewPtr);
    [all...]
  /external/llvm/lib/Transforms/Scalar/
SROA.cpp     [all...]
  /external/llvm/lib/Bitcode/Reader/
BitcodeReader.cpp 254 OldV->replaceAllUsesWith(V);
365 UserC->replaceAllUsesWith(NewC);
371 Placeholder->replaceAllUsesWith(RealVal);
393 OldV->replaceAllUsesWith(V);
    [all...]
  /frameworks/compile/libbcc/bcinfo/BitReader_2_7/
BitcodeReader.cpp 269 OldV->replaceAllUsesWith(V);
380 UserC->replaceAllUsesWith(NewC);
386 Placeholder->replaceAllUsesWith(RealVal);
408 OldV->replaceAllUsesWith(V);
    [all...]
  /external/llvm/lib/Analysis/
ScalarEvolutionExpander.cpp 63 CI->replaceAllUsesWith(Ret);
    [all...]
  /external/llvm/lib/IR/
Metadata.cpp 379 replaceAllUsesWith(N);
Value.cpp 303 void Value::replaceAllUsesWith(Value *New) {
304 assert(New && "Value::replaceAllUsesWith(<null>) is invalid!");
305 assert(New != this && "this->replaceAllUsesWith(this) is NOT valid!");
Constants.cpp     [all...]
  /external/llvm/lib/Transforms/Instrumentation/
DebugIR.cpp 297 CUToReplace->replaceAllUsesWith(const_cast<MDNode *>(CUNode));
AddressSanitizer.cpp     [all...]
  /frameworks/compile/libbcc/lib/Renderscript/
RSForEachExpand.cpp 669 TBAARenderScript->replaceAllUsesWith(TBAAMergedRS);
  /external/llvm/lib/AsmParser/
LLParser.cpp 209 Refs[i].second->replaceAllUsesWith(BA);
596 Temp->replaceAllUsesWith(Init);
681 Val->replaceAllUsesWith(GA);
    [all...]
  /external/llvm/lib/Transforms/Utils/
SimplifyLibCalls.cpp 899 LCS->replaceAllUsesWith(Old, Cmp);
    [all...]

Completed in 1389 milliseconds

1 2 34 5