|
MLIR 23.0.0git
|
#include "mlir/Support/LLVM.h"Go to the source code of this file.
Namespaces | |
| namespace | mlir |
| Include the generated interface declarations. | |
| namespace | mlir::transform |
| namespace | mlir::transform::detail |
Functions | |
| LogicalResult | mlir::transform::detail::mergeSymbolsInto (Operation *target, OwningOpRef< Operation * > other) |
| Merge all symbols from other into target. | |
| LogicalResult | mlir::transform::detail::verifyNoRecursionInCallGraph (Operation *root) |
| Verify that the call graph inside root contains no cycles. | |