Searched refs:UnmaterializedInfo (Results 1 – 2 of 2) sorted by relevance
1173 struct UnmaterializedInfo { struct1174 UnmaterializedInfo(std::unique_ptr<MaterializationUnit> MU, in UnmaterializedInfo() function1183 DenseMap<SymbolStringPtr, std::shared_ptr<UnmaterializedInfo>>; argument1186 std::vector<std::shared_ptr<UnmaterializedInfo>>;
803 auto UMI = std::make_shared<UnmaterializedInfo>(std::move(MU), in replace()1781 auto UMI = std::make_shared<UnmaterializedInfo>(std::move(MU), &RT); in installMaterializationUnit()