
Public Member Functions | |
| LocalCopyPropagation (ReferenceMap *refMap, TypeMap *typeMap, std::function< bool(const Context *, const IR::Expression *)> policy) | |
| LocalCopyPropagation (ReferenceMap *refMap, TypeMap *typeMap, TypeChecking *typeChecking=nullptr, std::function< bool(const Context *, const IR::Expression *)> policy=[](const Context *, const IR::Expression *) -> bool { return true;}, bool elimUnusedTables=false) | |