HomeSort by relevance Sort by last modified time
    Searched defs:replaceAllUsesWith (Results 1 - 4 of 4) sorted by null

  /external/llvm/lib/IR/
Value.cpp 339 void Value::replaceAllUsesWith(Value *New) {
340 assert(New && "Value::replaceAllUsesWith(<null>) is invalid!");
342 "this->replaceAllUsesWith(expr(this)) is NOT valid!");
DebugInfo.cpp 342 /// replaceAllUsesWith - Replace all uses of the MDNode used by this
344 void DIType::replaceAllUsesWith(LLVMContext &VMContext, DIDescriptor D) {
349 // legitimate situations where they want to replaceAllUsesWith() on something
351 // this detail by allowing a value to be replaced with replaceAllUsesWith()
363 Node->replaceAllUsesWith(const_cast<Value *>(V));
368 /// replaceAllUsesWith - Replace all uses of the MDNode used by this
370 void DIType::replaceAllUsesWith(MDNode *D) {
377 Node->replaceAllUsesWith(const_cast<Value *>(V));
    [all...]
  /external/llvm/lib/Transforms/Utils/
SimplifyLibCalls.cpp     [all...]
  /external/llvm/lib/CodeGen/
CodeGenPrepare.cpp 464 BB->replaceAllUsesWith(DestBB);
806 CI->replaceAllUsesWith(With);
    [all...]

Completed in 119 milliseconds