Searched refs:GenericCycle (Results 1 – 6 of 6) sorted by relevance
48 template <typename ContextT> class GenericCycle {58 GenericCycle *ParentCycle = nullptr;66 std::vector<std::unique_ptr<GenericCycle>> Children;90 GenericCycle(const GenericCycle &) = delete;91 GenericCycle &operator=(const GenericCycle &) = delete;92 GenericCycle(GenericCycle &&Rhs) = delete;93 GenericCycle &operator=(GenericCycle &&Rhs) = delete;96 GenericCycle() = default;121 bool contains(const GenericCycle *C) const;123 const GenericCycle *getParentCycle() const { return ParentCycle; } in getParentCycle()[all …]
35 bool GenericCycle<ContextT>::contains(const GenericCycle *C) const { in contains()47 void GenericCycle<ContextT>::getExitBlocks( in getExitBlocks()70 auto GenericCycle<ContextT>::getCyclePreheader() const -> BlockT * {88 auto GenericCycle<ContextT>::getCyclePredecessor() const -> BlockT * {
24 extern template class GenericCycle<MachineSSAContext>;
25 extern template class GenericCycle<SSAContext>;
21 template class llvm::GenericCycle<SSAContext>; member in llvm
20 template class llvm::GenericCycle<llvm::MachineSSAContext>; member in llvm