Home
last modified time | relevance | path

Searched defs:exceptedUser (Results 1 – 2 of 2) sorted by relevance

/llvm-project/mlir/lib/IR/
H A DValue.cpp72 void Value::replaceAllUsesExcept(Value newValue, Operation *exceptedUser) { in replaceAllUsesExcept()
/llvm-project/mlir/include/mlir/IR/
H A DPatternMatch.h702 replaceAllUsesExcept(Value from,Value to,Operation * exceptedUser) replaceAllUsesExcept() argument