Home
last modified time | relevance | path

Searched refs:CycleInfoT (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DGenericUniformityImpl.h92 using CycleInfoT = GenericCycleInfo<ContextT>; variable
93 using CycleT = typename CycleInfoT::CycleT;
102 void compute(const CycleInfoT &CI);
131 void computeCyclePO(const CycleInfoT &CI, const CycleT *Cycle,
135 const CycleInfoT &CI, const CycleT *Cycle,
267 using CycleInfoT = GenericCycleInfo<ContextT>; variable
268 using CycleT = typename CycleInfoT::CycleT;
296 const DominatorTreeT &DT, const CycleInfoT &CI);
315 const CycleInfoT &CI;
337 using CycleInfoT = GenericCycleInfo<ContextT>; variable
[all …]
H A DGenericConvergenceVerifier.h30 using CycleInfoT = GenericCycleInfo<ContextT>; variable
31 using CycleT = typename CycleInfoT::CycleT;
53 CycleInfoT CI;
H A DGenericUniformityInfo.h40 using CycleInfoT = GenericCycleInfo<ContextT>; variable
41 using CycleT = typename CycleInfoT::CycleT;
43 GenericUniformityInfo(const DominatorTreeT &DT, const CycleInfoT &CI,
H A DGenericCycleImpl.h125 using CycleInfoT = GenericCycleInfo<ContextT>; variable
126 using CycleT = typename CycleInfoT::CycleT;
128 CycleInfoT &Info;
151 GenericCycleInfoCompute(CycleInfoT &Info) : Info(Info) {} in GenericCycleInfoCompute()