Searched refs:GenericCycleInfo (Results 1 – 7 of 7) sorted by relevance
44 template <typename ContextT> class GenericCycleInfo; variable52 template <typename> friend class GenericCycleInfo; variable224 template <typename ContextT> class GenericCycleInfo {254 GenericCycleInfo() = default;255 GenericCycleInfo(GenericCycleInfo &&) = default;256 GenericCycleInfo &operator=(GenericCycleInfo &&) = default;
110 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) const385 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()
24 extern template class GenericCycleInfo<MachineSSAContext>;27 using MachineCycleInfo = GenericCycleInfo<MachineSSAContext>;
24 extern template class GenericCycleInfo<SSAContext>;27 using CycleInfo = GenericCycleInfo<SSAContext>;
20 template class llvm::GenericCycleInfo<SSAContext>; member in llvm
17 template class llvm::GenericCycleInfo<llvm::MachineSSAContext>; member in llvm
4975 llvm/include/llvm/ADT/GenericCycleInfo.h