Home
last modified time | relevance | path

Searched refs:IgnoreLocations (Results 1 – 5 of 5) sorted by relevance

/llvm-project-15.0.7/mlir/test/lib/IR/
H A DTestOperationEquals.cpp42 flags |= OperationEquivalence::IgnoreLocations; in runOnOperation()
/llvm-project-15.0.7/mlir/lib/Transforms/
H A DCSE.cpp35 OperationEquivalence::IgnoreLocations); in getHashValue()
49 OperationEquivalence::IgnoreLocations); in isEqual()
/llvm-project-15.0.7/mlir/lib/Transforms/Utils/
H A DRegionUtils.cpp432 OperationEquivalence::IgnoreLocations); in BlockEquivalenceData()
497 OperationEquivalence::Flags::IgnoreLocations)) in addToCluster()
/llvm-project-15.0.7/mlir/include/mlir/IR/
H A DOperationSupport.h848 IgnoreLocations = 1, enumerator
850 LLVM_MARK_AS_BITMASK_ENUM(/* LargestValue = */ IgnoreLocations)
/llvm-project-15.0.7/mlir/lib/IR/
H A DOperationSupport.cpp675 if (!(flags & OperationEquivalence::IgnoreLocations) && in isRegionEquivalentTo()
719 if (!(flags & IgnoreLocations) && lhs->getLoc() != rhs->getLoc()) in isEquivalentTo()