Searched refs:UnmaterializedInfo (Results 1 – 2 of 2) sorted by relevance
1119 struct UnmaterializedInfo { struct1120 UnmaterializedInfo(std::unique_ptr<MaterializationUnit> MU, in UnmaterializedInfo() function1129 DenseMap<SymbolStringPtr, std::shared_ptr<UnmaterializedInfo>>; argument1132 std::vector<std::shared_ptr<UnmaterializedInfo>>;
801 auto UMI = std::make_shared<UnmaterializedInfo>(std::move(MU), in replace()1476 auto UMI = std::make_shared<UnmaterializedInfo>(std::move(MU), &RT); in installMaterializationUnit()