Home
last modified time | relevance | path

Searched refs:runSetUseCallbacks (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/SandboxIR/
H A DUser.cpp95 Ctx.runSetUseCallbacks(U, Operand); in setOperand()
105 Ctx.runSetUseCallbacks(Use, ToV); in replaceUsesOfWith()
H A DValue.cpp62 Ctx.runSetUseCallbacks(UseToReplace, OtherV); in replaceUsesWithIf()
72 Ctx.runSetUseCallbacks(Use, Other); in replaceAllUsesWith()
H A DContext.cpp717 void Context::runSetUseCallbacks(const Use &U, Value *NewSrc) { in runSetUseCallbacks() function in llvm::sandboxir::Context
/freebsd/contrib/llvm-project/llvm/include/llvm/SandboxIR/
H A DContext.h142 LLVM_ABI void runSetUseCallbacks(const Use &U, Value *NewSrc);