Home
last modified time | relevance | path

Searched refs:GenericCycleInfo (Results 1 – 7 of 7) sorted by relevance

/llvm-project-15.0.7/llvm/include/llvm/ADT/
H A DGenericCycleInfo.h44 template <typename ContextT> class GenericCycleInfo; variable
52 template <typename> friend class GenericCycleInfo; variable
224 template <typename ContextT> class GenericCycleInfo {
254 GenericCycleInfo() = default;
255 GenericCycleInfo(GenericCycleInfo &&) = default;
256 GenericCycleInfo &operator=(GenericCycleInfo &&) = default;
H A DGenericCycleImpl.h110 using CycleInfoT = GenericCycleInfo<ContextT>;
147 auto GenericCycleInfo<ContextT>::getTopLevelParentCycle(BlockT *Block)
165 void GenericCycleInfo<ContextT>::moveTopLevelCycleToNewParent(CycleT *NewParent, in moveTopLevelCycleToNewParent()
348 template <typename ContextT> void GenericCycleInfo<ContextT>::clear() { in clear()
356 void GenericCycleInfo<ContextT>::compute(FunctionT &F) { in compute()
372 auto GenericCycleInfo<ContextT>::getCycle(const BlockT *Block) const
385 unsigned GenericCycleInfo<ContextT>::getCycleDepth(const BlockT *Block) const { in getCycleDepth()
398 bool GenericCycleInfo<ContextT>::validateTree() const { in validateTree()
462 void GenericCycleInfo<ContextT>::print(raw_ostream &Out) const { in print()
/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DMachineCycleAnalysis.h24 extern template class GenericCycleInfo<MachineSSAContext>;
27 using MachineCycleInfo = GenericCycleInfo<MachineSSAContext>;
/llvm-project-15.0.7/llvm/include/llvm/Analysis/
H A DCycleAnalysis.h24 extern template class GenericCycleInfo<SSAContext>;
27 using CycleInfo = GenericCycleInfo<SSAContext>;
/llvm-project-15.0.7/llvm/lib/Analysis/
H A DCycleAnalysis.cpp20 template class llvm::GenericCycleInfo<SSAContext>; member in llvm
/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DMachineCycleAnalysis.cpp17 template class llvm::GenericCycleInfo<llvm::MachineSSAContext>; member in llvm
/llvm-project-15.0.7/clang/docs/tools/
H A Dclang-formatted-files.txt4975 llvm/include/llvm/ADT/GenericCycleInfo.h