Home
last modified time | relevance | path

Searched defs:replaceUsesOfWith (Results 1 – 5 of 5) sorted by relevance

/external/llvm-project/llvm/lib/IR/
DUser.cpp21 void User::replaceUsesOfWith(Value *From, Value *To) { in replaceUsesOfWith() function in llvm::User
/external/llvm/lib/IR/
DUser.cpp24 void User::replaceUsesOfWith(Value *From, Value *To) { in replaceUsesOfWith() function in llvm::User
/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DUser.cpp20 void User::replaceUsesOfWith(Value *From, Value *To) { in replaceUsesOfWith() function in llvm::User
/external/llvm-project/llvm/lib/Transforms/Scalar/
DLoopUnswitch.cpp1396 static void replaceUsesOfWith(Instruction *I, Value *V, in replaceUsesOfWith() function
/external/llvm-project/mlir/lib/IR/
DOperation.cpp245 void Operation::replaceUsesOfWith(Value from, Value to) { in replaceUsesOfWith() function in Operation