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

1 2 34

  /external/llvm/lib/VMCore/
Metadata.cpp 374 replaceAllUsesWith(N);
Constants.cpp     [all...]
Core.cpp 422 unwrap(OldVal)->replaceAllUsesWith(unwrap(NewVal));
    [all...]
Instructions.cpp 131 replaceAllUsesWith(UndefValue::get(getType()));
    [all...]
  /external/clang/lib/CodeGen/
CGStmt.cpp 239 BB->replaceAllUsesWith(BI->getSuccessor(0));
    [all...]
CGCleanup.cpp 420 Entry->replaceAllUsesWith(Pred);
    [all...]
CGObjCGNU.cpp     [all...]
CGRTTI.cpp 678 OldGV->replaceAllUsesWith(NewPtr);
    [all...]
CGException.cpp 329 Fn->replaceAllUsesWith(CXXFn);
    [all...]
CGDecl.cpp 252 OldGV->replaceAllUsesWith(NewPtrForOldDecl);
    [all...]
CGDebugInfo.cpp     [all...]
  /external/llvm/tools/bugpoint/
Miscompilation.cpp     [all...]
  /external/llvm/lib/Transforms/Scalar/
SimplifyLibCalls.cpp 690 Old->replaceAllUsesWith(Cmp);
    [all...]
LoopStrengthReduce.cpp     [all...]
  /external/llvm/lib/Transforms/Vectorize/
BBVectorize.cpp     [all...]
  /external/llvm/lib/Analysis/
InstructionSimplify.cpp     [all...]
  /external/llvm/bindings/ocaml/llvm/
llvm.mli 586 * with the value [new]. See the method [llvm::Value::replaceAllUsesWith]. *)
    [all...]

Completed in 522 milliseconds

1 2 34