Searched refs:UnmaterializedInfo (Results 1 – 2 of 2) sorted by relevance
1204 struct UnmaterializedInfo { struct1205 UnmaterializedInfo(std::unique_ptr<MaterializationUnit> MU, in UnmaterializedInfo() argument1214 DenseMap<SymbolStringPtr, std::shared_ptr<UnmaterializedInfo>>; argument1217 std::vector<std::shared_ptr<UnmaterializedInfo>>;
820 auto UMI = std::make_shared<UnmaterializedInfo>(std::move(MU), in replace()1484 auto UMI = std::make_shared<UnmaterializedInfo>(std::move(MU), &RT); in installMaterializationUnit()