#include "mlir/Support/LLVM.h"
#include "llvm/ADT/StringRef.h"
#include <memory>
#include "mlir/Transforms/Passes.h.inc"
Go to the source code of this file.
|
| mlir |
| Include the generated interface declarations.
|
|
|
void | mlir::generateLocationsFromIR (raw_ostream &os, StringRef fileName, Operation *op, OpPrintingFlags flags) |
| This function generates new locations from the given IR by snapshotting the IR to the given stream, and using the printed locations within that stream. More...
|
|
LogicalResult | mlir::generateLocationsFromIR (StringRef fileName, Operation *op, OpPrintingFlags flags) |
| This function generates new locations from the given IR by snapshotting the IR to the given file, and using the printed locations within that file. More...
|
|
void | mlir::generateLocationsFromIR (raw_ostream &os, StringRef fileName, StringRef tag, Operation *op, OpPrintingFlags flags) |
| This function generates new locations from the given IR by snapshotting the IR to the given stream, and using the printed locations within that stream. More...
|
|
LogicalResult | mlir::generateLocationsFromIR (StringRef fileName, StringRef tag, Operation *op, OpPrintingFlags flags) |
| This function generates new locations from the given IR by snapshotting the IR to the given file, and using the printed locations within that file. More...
|
|
std::unique_ptr< Pass > | mlir::createLocationSnapshotPass (OpPrintingFlags flags, StringRef fileName="", StringRef tag="") |
| Create a pass to generate new locations by snapshotting the IR to the given file, and using the printed locations within that file. More...
|
|
std::unique_ptr< Pass > | mlir::createLocationSnapshotPass () |
| Overload utilizing pass options for initialization. More...
|
|
◆ GEN_PASS_DECL_LOCATIONSNAPSHOT
#define GEN_PASS_DECL_LOCATIONSNAPSHOT |