Home
last modified time | relevance | path

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

/external/llvm-project/mlir/include/mlir/TableGen/
DOpClass.h160 bool makesRedundant(const OpMethodResolvedParameters &other) const;
188 bool makesRedundant(const OpMethodSignature &other) const;
270 bool makesRedundant(const OpMethod &other) const { in makesRedundant() function
271 return methodSignature.makesRedundant(other.methodSignature); in makesRedundant()
383 if (method->makesRedundant(*newMethod)) in addMethodAndPrune()
398 if (newMethod->makesRedundant(*(it->get()))) in addMethodAndPrune()
/external/llvm-project/mlir/lib/TableGen/
DOpClass.cpp100 bool OpMethodResolvedParameters::makesRedundant( in makesRedundant() function in OpMethodResolvedParameters
140 bool OpMethodSignature::makesRedundant(const OpMethodSignature &other) const { in makesRedundant() function in OpMethodSignature
147 return resolvedThis->makesRedundant(*resolvedOther); in makesRedundant()