Home
last modified time | relevance | path

Searched refs:notifySetUse (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Vectorize/SandboxVectorizer/
H A DDependencyGraph.h398 LLVM_ABI void notifySetUse(const Use &U, Value *NewSrc);
413 [this](const Use &U, Value *NewSrc) { notifySetUse(U, NewSrc); }); in DependencyGraph()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/SandboxVectorizer/
H A DDependencyGraph.cpp525 void DependencyGraph::notifySetUse(const Use &U, Value *NewSrc) { in notifySetUse() function in llvm::sandboxir::DependencyGraph