Searched refs:LiveRootWorklistItemTy (Results 1 – 2 of 2) sorted by relevance
133 class LiveRootWorklistItemTy {135 LiveRootWorklistItemTy() = default;136 LiveRootWorklistItemTy(const LiveRootWorklistItemTy &) = default;137 LiveRootWorklistItemTy(LiveRootWorklistActionTy Action, in LiveRootWorklistItemTy() function144 LiveRootWorklistItemTy(LiveRootWorklistActionTy Action, in LiveRootWorklistItemTy() function205 using RootEntriesListTy = SmallVector<LiveRootWorklistItemTy>;
231 LiveRootWorklistItemTy Root = RootEntriesWorkList.pop_back_val(); in markCollectedLiveRootsAsKept()247 for (LiveRootWorklistItemTy &Root : Dependencies) { in updateDependenciesCompleteness()