Searched refs:shouldMaterializeInto (Results 1 – 4 of 4) sorted by relevance
44 virtual bool shouldMaterializeInto(Region *region) const { return false; } in shouldMaterializeInto() function
38 if (LLVM_UNLIKELY(interface && interface->shouldMaterializeInto(region))) in getInsertionRegion()
54 via the `shouldMaterializeInto` method on the `DialectFoldInterface`.
226 bool shouldMaterializeInto(Region *region) const final { in shouldMaterializeInto() function