Searched refs:TopLevelCycles (Results 1 – 2 of 2) sorted by relevance
279 std::vector<std::unique_ptr<CycleT>> TopLevelCycles; variable338 return const_toplevel_iterator{TopLevelCycles.begin()}; in toplevel_begin()341 return const_toplevel_iterator{TopLevelCycles.end()}; in toplevel_end()345 return llvm::make_range(const_toplevel_iterator{TopLevelCycles.begin()}, in toplevel_cycles()346 const_toplevel_iterator{TopLevelCycles.end()}); in toplevel_cycles()
292 Child->ParentCycle ? Child->ParentCycle->Children : TopLevelCycles; in moveTopLevelCycleToNewParent()423 Info.TopLevelCycles.push_back(std::move(NewCycle)); in run()496 TopLevelCycles.clear(); in clear()