Searched refs:shouldCloneInlinedRegion (Results 1 – 2 of 2) sorted by relevance
/external/llvm-project/mlir/lib/Transforms/Utils/ |
D | InliningUtils.cpp | 111 Region *insertRegion, bool shouldCloneInlinedRegion, in isLegalToInline() argument 117 shouldCloneInlinedRegion, valueMapping)) { in isLegalToInline() 128 shouldCloneInlinedRegion, valueMapping); in isLegalToInline() 146 bool shouldCloneInlinedRegion) { in inlineRegion() argument 165 if (!interface.isLegalToInline(insertRegion, src, shouldCloneInlinedRegion, in inlineRegion() 167 !isLegalToInline(interface, src, insertRegion, shouldCloneInlinedRegion, in inlineRegion() 178 if (shouldCloneInlinedRegion) in inlineRegion() 197 if (!shouldCloneInlinedRegion) in inlineRegion() 243 bool shouldCloneInlinedRegion) { in inlineRegion() argument 266 shouldCloneInlinedRegion); in inlineRegion() [all …]
|
/external/llvm-project/mlir/include/mlir/Transforms/ |
D | InliningUtils.h | 206 bool shouldCloneInlinedRegion = true); 216 bool shouldCloneInlinedRegion = true); 226 bool shouldCloneInlinedRegion = true);
|