Searched refs:notifySetUse (Results 1 – 2 of 2) sorted by relevance
398 LLVM_ABI void notifySetUse(const Use &U, Value *NewSrc);413 [this](const Use &U, Value *NewSrc) { notifySetUse(U, NewSrc); }); in DependencyGraph()
525 void DependencyGraph::notifySetUse(const Use &U, Value *NewSrc) { in notifySetUse() function in llvm::sandboxir::DependencyGraph