Home
last modified time | relevance | path

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

/llvm-project/mlir/include/mlir/Interfaces/
H A DFoldInterfaces.h43 virtual bool shouldMaterializeInto(Region *region) const { return false; } in shouldMaterializeInto() function
/llvm-project/mlir/test/lib/Dialect/Test/
H A DTestDialectInterfaces.cpp279 bool shouldMaterializeInto(Region *region) const final { in shouldMaterializeInto() function