Searched refs:GenericCycleInfo (Results 1 – 9 of 9) sorted by relevance
40 template <typename ContextT> class GenericCycleInfo; variable48 template <typename> friend class GenericCycleInfo; variable258 template <typename ContextT> class GenericCycleInfo {288 GenericCycleInfo() = default;289 GenericCycleInfo(GenericCycleInfo &&) = default;290 GenericCycleInfo &operator=(GenericCycleInfo &&) = default;
230 using CycleInfoT = GenericCycleInfo<ContextT>;269 auto GenericCycleInfo<ContextT>::getTopLevelParentCycle(BlockT *Block)287 void GenericCycleInfo<ContextT>::moveTopLevelCycleToNewParent(CycleT *NewParent, in moveTopLevelCycleToNewParent()312 void GenericCycleInfo<ContextT>::addBlockToCycle(BlockT *Block, CycleT *Cycle) { in addBlockToCycle()495 template <typename ContextT> void GenericCycleInfo<ContextT>::clear() { in clear()503 void GenericCycleInfo<ContextT>::compute(FunctionT &F) { in compute()513 void GenericCycleInfo<ContextT>::splitCriticalEdge(BlockT *Pred, BlockT *Succ, in splitCriticalEdge()530 auto GenericCycleInfo<ContextT>::getCycle(const BlockT *Block) const540 auto GenericCycleInfo<ContextT>::getSmallestCommonCycle(CycleT *A,569 unsigned GenericCycleInfo<ContextT>::getCycleDepth(const BlockT *Block) const { in getCycleDepth()[all …]
30 using CycleInfoT = GenericCycleInfo<ContextT>;
40 using CycleInfoT = GenericCycleInfo<ContextT>;
95 using CycleInfoT = GenericCycleInfo<ContextT>;270 using CycleInfoT = GenericCycleInfo<ContextT>;340 using CycleInfoT = GenericCycleInfo<ContextT>;499 using CycleInfoT = GenericCycleInfo<ContextT>;
18 #include "llvm/ADT/GenericCycleInfo.h"23 using CycleInfo = GenericCycleInfo<SSAContext>;
15 template class llvm::GenericCycleInfo<SSAContext>; member in llvm
25 using MachineCycleInfo = GenericCycleInfo<MachineSSAContext>;
19 template class llvm::GenericCycleInfo<llvm::MachineSSAContext>; member in llvm