Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/include/mlir/Dialect/Bufferization/Transforms/
H A DOneShotAnalysis.h66 return equivalentInfo.isEquivalent(v1, v2); in areEquivalentBufferizedValues()
74 equivalentInfo.unionSets(v1, v2); in unionEquivalenceClasses()
120 llvm::EquivalenceClasses<Value, ValueComparator> equivalentInfo; variable
/llvm-project-15.0.7/mlir/lib/Dialect/Bufferization/Transforms/
H A DOneShotAnalysis.cpp118 equivalentInfo.insert(v); in createAliasInfoEntry()
133 equivalentInfo.unionSets(newValue, alias); in insertNewBufferEquivalence()
158 auto leaderIt = equivalentInfo.findLeader(v); in applyOnEquivalenceClass()
159 for (auto mit = leaderIt, meit = equivalentInfo.member_end(); mit != meit; in applyOnEquivalenceClass()