Searched refs:UnmaterializedInfo (Results 1 – 4 of 4) sorted by relevance
923 struct UnmaterializedInfo { struct924 UnmaterializedInfo(std::unique_ptr<MaterializationUnit> MU) in UnmaterializedInfo() function931 DenseMap<SymbolStringPtr, std::shared_ptr<UnmaterializedInfo>>; argument1260 auto UMI = std::make_shared<UnmaterializedInfo>(std::move(MU)); in define()1277 auto UMI = std::make_shared<UnmaterializedInfo>(std::move(MU)); in define()
1043 struct UnmaterializedInfo { struct1044 UnmaterializedInfo(std::unique_ptr<MaterializationUnit> MU, in UnmaterializedInfo() function1053 DenseMap<SymbolStringPtr, std::shared_ptr<UnmaterializedInfo>>; argument1056 std::vector<std::shared_ptr<UnmaterializedInfo>>;
724 std::make_shared<UnmaterializedInfo>(std::move(MU), RTI->second); in replace()1630 auto UMI = std::make_shared<UnmaterializedInfo>(std::move(MU), &RT); in installMaterializationUnit()
895 auto UMI = std::make_shared<UnmaterializedInfo>(std::move(MU)); in replace()