Searched refs:UnmaterializedInfo (Results 1 – 2 of 2) sorted by relevance
1157 struct UnmaterializedInfo { struct1158 UnmaterializedInfo(std::unique_ptr<MaterializationUnit> MU, in UnmaterializedInfo() function1167 DenseMap<SymbolStringPtr, std::shared_ptr<UnmaterializedInfo>>; argument1170 std::vector<std::shared_ptr<UnmaterializedInfo>>;
780 auto UMI = std::make_shared<UnmaterializedInfo>(std::move(MU), in replace()1741 auto UMI = std::make_shared<UnmaterializedInfo>(std::move(MU), &RT); in installMaterializationUnit()