Searched refs:GenericCycleInfo (Results 1 – 18 of 18) sorted by relevance
44 template <typename ContextT> class GenericCycleInfo; variable52 template <typename> friend class GenericCycleInfo; variable226 template <typename ContextT> class GenericCycleInfo {256 GenericCycleInfo() = default;257 GenericCycleInfo(GenericCycleInfo &&) = default;258 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()
46 using CycleInfoT = GenericCycleInfo<ContextT>;
92 using CycleInfoT = GenericCycleInfo<ContextT>;267 using CycleInfoT = GenericCycleInfo<ContextT>;336 using CycleInfoT = GenericCycleInfo<ContextT>;483 using CycleInfoT = GenericCycleInfo<ContextT>;
23 extern template class GenericCycleInfo<MachineSSAContext>;26 using MachineCycleInfo = GenericCycleInfo<MachineSSAContext>;
24 extern template class GenericCycleInfo<SSAContext>;27 using CycleInfo = GenericCycleInfo<SSAContext>;
20 template class llvm::GenericCycleInfo<SSAContext>; member in llvm
19 template class llvm::GenericCycleInfo<llvm::MachineSSAContext>; member in llvm
998 ./usr/include/llvm/ADT/GenericCycleInfo.h
997 ./usr/include/llvm/ADT/GenericCycleInfo.h
996 ./usr/include/llvm/ADT/GenericCycleInfo.h
4969 llvm/include/llvm/ADT/GenericCycleInfo.h