Home
last modified time | relevance | path

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

/llvm-project/llvm/include/llvm/ADT/
H A DGenericCycleInfo.h1 //===- GenericCycleInfo.h - Info for Cycles in any IR ------*- C++ -*------===//
40 template <typename ContextT> class GenericCycleInfo; variable
48 template <typename> friend class GenericCycleInfo; variable
118 /// and GenericCycleInfo.
258 template <typename ContextT> class GenericCycleInfo {
288 GenericCycleInfo() = default;
289 GenericCycleInfo(GenericCycleInfo &&) = default;
290 GenericCycleInfo &operator=(GenericCycleInfo
[all...]
H A DGenericCycleImpl.h28 #include "llvm/ADT/GenericCycleInfo.h"
230 using CycleInfoT = GenericCycleInfo<ContextT>; in run()
269 auto GenericCycleInfo<ContextT>::getTopLevelParentCycle(BlockT *Block) in run()
287 void GenericCycleInfo<ContextT>::moveTopLevelCycleToNewParent(CycleT *NewParent, in run()
312 void GenericCycleInfo<ContextT>::addBlockToCycle(BlockT *Block, CycleT *Cycle) { in run()
496 template <typename ContextT> void GenericCycleInfo<ContextT>::clear() { in validateTree()
504 void GenericCycleInfo<ContextT>::compute(FunctionT &F) { in validateTree()
514 void GenericCycleInfo<ContextT>::splitCriticalEdge(BlockT *Pred, BlockT *Succ, in validateTree()
531 auto GenericCycleInfo<ContextT>::getCycle(const BlockT *Block) const
541 auto GenericCycleInfo<Context in print()
[all...]
H A DGenericConvergenceVerifier.h30 using CycleInfoT = GenericCycleInfo<ContextT>;
H A DGenericUniformityInfo.h40 using CycleInfoT = GenericCycleInfo<ContextT>;
H A DGenericUniformityImpl.h92 using CycleInfoT = GenericCycleInfo<ContextT>;
267 using CycleInfoT = GenericCycleInfo<ContextT>;
337 using CycleInfoT = GenericCycleInfo<ContextT>;
488 using CycleInfoT = GenericCycleInfo<ContextT>;
/llvm-project/llvm/lib/IR/
H A DCycleInfo.cpp15 template class llvm::GenericCycleInfo<SSAContext>; member in llvm
/llvm-project/llvm/include/llvm/IR/
H A DCycleInfo.h23 using CycleInfo = GenericCycleInfo<SSAContext>;
/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineCycleAnalysis.h23 using MachineCycleInfo = GenericCycleInfo<MachineSSAContext>;
/llvm-project/llvm/lib/CodeGen/
H A DMachineCycleAnalysis.cpp19 template class llvm::GenericCycleInfo<llvm::MachineSSAContext>; member in llvm