Searched defs:replaceAllUsesWith (Results 1 - 4 of 4) sorted by relevance

/freebsd-10.2-release/contrib/llvm/lib/IR/
H A DValue.cpp303 void Value::replaceAllUsesWith(Value *New) { function in class:Value
H A DDebugInfo.cpp336 void DIType::replaceAllUsesWith(DIDescriptor &D) { function in class:DIType
356 void DIType::replaceAllUsesWith(MDNode *D) { function in class:DIType
[all...]
/freebsd-10.2-release/contrib/llvm/lib/Transforms/Utils/
H A DSimplifyLibCalls.cpp2198 void LibCallSimplifier::replaceAllUsesWith(Instruction *I, Value *With) const { function in class:llvm::LibCallSimplifier
/freebsd-10.2-release/contrib/llvm/lib/Transforms/InstCombine/
H A DInstructionCombining.cpp2494 virtual void replaceAllUsesWith(Instruction *I, Value *With) const { function in class:__anon2736::InstCombinerLibCallSimplifier

Completed in 98 milliseconds