Searched refs:TopLevelCycles (Results 1 – 2 of 2) sorted by relevance
247 std::vector<std::unique_ptr<CycleT>> TopLevelCycles; variable298 return const_toplevel_iterator{TopLevelCycles.begin()}; in toplevel_begin()301 return const_toplevel_iterator{TopLevelCycles.end()}; in toplevel_end()305 return llvm::make_range(const_toplevel_iterator{TopLevelCycles.begin()}, in toplevel_cycles()306 const_toplevel_iterator{TopLevelCycles.end()}); in toplevel_cycles()
170 Child->ParentCycle ? Child->ParentCycle->Children : TopLevelCycles; in moveTopLevelCycleToNewParent()275 Info.TopLevelCycles.push_back(std::move(NewCycle)); in run()349 TopLevelCycles.clear(); in clear()