MLLIF
a MLIR-based Language to Language Interoperability Flyover
|
Public Member Functions | |
CIRAnnotatedData (cir::FuncOp &fn) | |
Public Attributes | |
std::deque< std::string > | Path |
std::string | Tag |
bool | Skip |
bool | Success |
Definition at line 40 of file CIRAdapter.cxx.
|
inlineexplicit |
Definition at line 46 of file CIRAdapter.cxx.
std::deque<std::string> CIRAnnotatedData::Path |
Definition at line 41 of file CIRAdapter.cxx.
bool CIRAnnotatedData::Skip |
Definition at line 43 of file CIRAdapter.cxx.
bool CIRAnnotatedData::Success |
Definition at line 44 of file CIRAdapter.cxx.
std::string CIRAnnotatedData::Tag |
Definition at line 42 of file CIRAdapter.cxx.