pub fn lookup_or_create_free_fn(
ctx: &mut Context,
symbol_table_collection: &mut SymbolTableCollection,
symbol_table_op: Box<dyn SymbolTableInterface>,
) -> Result<FuncOp>Expand description
Get a declaration to the free function,
inserting it if it doesn’t already exist in the symbol table.