Searched refs:TopLevelCycles (Results 1 – 2 of 2) sorted by relevance
247 std::vector<std::unique_ptr<CycleT>> TopLevelCycles; variable307 return const_toplevel_iterator{TopLevelCycles.begin()}; in toplevel_begin()310 return const_toplevel_iterator{TopLevelCycles.end()}; in toplevel_end()314 return llvm::make_range(const_toplevel_iterator{TopLevelCycles.begin()}, in toplevel_cycles()315 const_toplevel_iterator{TopLevelCycles.end()}); in toplevel_cycles()
185 Child->ParentCycle ? Child->ParentCycle->Children : TopLevelCycles; in moveTopLevelCycleToNewParent()307 Info.TopLevelCycles.push_back(std::move(NewCycle)); in run()381 TopLevelCycles.clear(); in clear()