MLIR  19.0.0git
Functions
Context.cpp File Reference
#include "mlir/Tools/PDLL/ODS/Context.h"
#include "mlir/Tools/PDLL/ODS/Constraint.h"
#include "mlir/Tools/PDLL/ODS/Dialect.h"
#include "mlir/Tools/PDLL/ODS/Operation.h"
#include "llvm/Support/ScopedPrinter.h"
#include "llvm/Support/raw_ostream.h"
#include <optional>

Go to the source code of this file.

Functions

template<typename T >
SmallVector< T * > sortMapByName (const llvm::StringMap< std::unique_ptr< T >> &map)
 

Function Documentation

◆ sortMapByName()

template<typename T >
SmallVector<T *> sortMapByName ( const llvm::StringMap< std::unique_ptr< T >> &  map)

Definition at line 81 of file Context.cpp.