Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/ADT/
H A DGenericCycleInfo.h48 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 …]
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 * {
/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/
H A DMachineCycleAnalysis.h24 extern template class GenericCycle<MachineSSAContext>;
/openbsd-src/gnu/llvm/llvm/include/llvm/Analysis/
H A DCycleAnalysis.h25 extern template class GenericCycle<SSAContext>;
/openbsd-src/gnu/llvm/llvm/lib/Analysis/
H A DCycleAnalysis.cpp21 template class llvm::GenericCycle<SSAContext>; member in llvm
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DMachineCycleAnalysis.cpp20 template class llvm::GenericCycle<llvm::MachineSSAContext>; member in llvm