Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DGenericCycleInfo.h40 template <typename ContextT> class GenericCycleInfo; variable
48 template <typename> friend class GenericCycleInfo; variable
258 template <typename ContextT> class GenericCycleInfo {
288 GenericCycleInfo() = default;
289 GenericCycleInfo(GenericCycleInfo &&) = default;
290 GenericCycleInfo &operator=(GenericCycleInfo &&) = default;
H A DGenericCycleImpl.h230 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) const
540 auto GenericCycleInfo<ContextT>::getSmallestCommonCycle(CycleT *A,
569 unsigned GenericCycleInfo<ContextT>::getCycleDepth(const BlockT *Block) const { in getCycleDepth()
[all …]
H A DGenericConvergenceVerifier.h30 using CycleInfoT = GenericCycleInfo<ContextT>;
H A DGenericUniformityInfo.h40 using CycleInfoT = GenericCycleInfo<ContextT>;
H A DGenericUniformityImpl.h95 using CycleInfoT = GenericCycleInfo<ContextT>;
270 using CycleInfoT = GenericCycleInfo<ContextT>;
340 using CycleInfoT = GenericCycleInfo<ContextT>;
499 using CycleInfoT = GenericCycleInfo<ContextT>;
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DCycleInfo.h18 #include "llvm/ADT/GenericCycleInfo.h"
23 using CycleInfo = GenericCycleInfo<SSAContext>;
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DCycleInfo.cpp15 template class llvm::GenericCycleInfo<SSAContext>; member in llvm
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineCycleAnalysis.h25 using MachineCycleInfo = GenericCycleInfo<MachineSSAContext>;
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineCycleAnalysis.cpp19 template class llvm::GenericCycleInfo<llvm::MachineSSAContext>; member in llvm