/// \file Metaregion.cpp /// FunctionPass that applies the comb to the RegionCFG of a function // // Copyright rev.ng Labs Srl. See LICENSE.md for details. // #include "revng-c/RestructureCFG/MetaRegionImpl.h" // Explicit instantiation for the `Metaregion` template class for // llvm::BasicBlock type. template class MetaRegion;