Home
last modified time | relevance | path

Searched refs:hasEffect (Results 1 – 3 of 3) sorted by relevance

/external/llvm-project/mlir/lib/Transforms/
DCopyRemoval.cpp53 if (effects && effects.hasEffect<Allocate>()) in getAllocationOpInBlock()
66 return effects && op->getBlock() == block && effects.hasEffect<Free>(); in getDeallocationOpInBlock()
/external/skia/modules/skottie/src/
DLayer.cpp78 bool hasEffect() const { in hasEffect() function in skottie::internal::__anonb848764e0111::MaskAdapter
192 has_effect |= mask_adapter->hasEffect(); in AttachMask()
/external/llvm-project/mlir/include/mlir/Interfaces/
DSideEffectInterfaceBase.td73 template <typename Effect> bool hasEffect() {