Searched refs:GenericCycle (Results 1 – 6 of 6) sorted by relevance
48 template <typename ContextT> class GenericCycle {58 GenericCycle *ParentCycle = nullptr;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;119 bool contains(const GenericCycle *C) const;227 using CycleT = GenericCycle<ContextT>;349 struct GraphTraits<GenericCycle<BlockT> *>[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 * {
25 extern template class GenericCycle<MachineSSAContext>;
21 template class llvm::GenericCycle<SSAContext>; member in llvm
25 extern template class GenericCycle<SSAContext>;
18 template class llvm::GenericCycle<llvm::MachineSSAContext>; member in llvm