Searched refs:BundlePtr (Results 1 – 1 of 1) sorted by relevance
10300 std::optional<ScheduleBundle *> BundlePtr = in buildTreeRec() local10306 if (!BundlePtr || (*BundlePtr && !*BundlePtr.value())) { in buildTreeRec()10321 ScheduleBundle &Bundle = BundlePtr.value() ? *BundlePtr.value() : Empty; in buildTreeRec()19424 auto &BundlePtr = in buildBundle() local19433 BundlePtr->add(BundleMember); in buildBundle()19436 .push_back(BundlePtr.get()); in buildBundle()19438 assert(BundlePtr && *BundlePtr && "Failed to find schedule bundle"); in buildBundle()19439 return *BundlePtr; in buildBundle()