Searched defs:wouldBeCloned (Results 1 – 2 of 2) sorted by relevance
/external/llvm-project/mlir/include/mlir/Transforms/ |
D | InliningUtils.h | 58 bool wouldBeCloned) const { in isLegalToInline() 70 virtual bool isLegalToInline(Region *dest, Region *src, bool wouldBeCloned, in isLegalToInline() 82 virtual bool isLegalToInline(Operation *op, Region *dest, bool wouldBeCloned, in isLegalToInline()
|
/external/llvm-project/mlir/lib/Transforms/Utils/ |
D | InliningUtils.cpp | 68 Region *dest, Region *src, bool wouldBeCloned, in isLegalToInline() 80 Operation *op, Region *dest, bool wouldBeCloned, in isLegalToInline()
|