Home
last modified time | relevance | path

Searched refs:GenericCycle (Results 1 – 4 of 4) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/ADT/
H A DGenericCycleInfo.h44 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 …]
H A DGenericCycleImpl.h35 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 * {
/freebsd-14.2/contrib/llvm-project/llvm/lib/IR/
H A DCycleInfo.cpp16 template class llvm::GenericCycle<SSAContext>; member in llvm
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineCycleAnalysis.cpp20 template class llvm::GenericCycle<llvm::MachineSSAContext>; member in llvm