Searched refs:GenericCycle (Results 1 – 4 of 4) sorted by relevance
44 template <typename ContextT> class GenericCycle {54 GenericCycle *ParentCycle = nullptr;88 GenericCycle(const GenericCycle &) = delete;89 GenericCycle &operator=(const GenericCycle &) = delete;90 GenericCycle(GenericCycle &&Rhs) = delete;91 GenericCycle &operator=(GenericCycle &&Rhs) = delete;94 GenericCycle() = default;117 bool contains(const GenericCycle *C) const;225 using CycleT = GenericCycle<ContextT>;356 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 * {
16 template class llvm::GenericCycle<SSAContext>; member in llvm
20 template class llvm::GenericCycle<llvm::MachineSSAContext>; member in llvm