Searched refs:CycleInfoT (Results 1 – 4 of 4) sorted by relevance
92 using CycleInfoT = GenericCycleInfo<ContextT>; variable93 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>; variable268 using CycleT = typename CycleInfoT::CycleT;296 const DominatorTreeT &DT, const CycleInfoT &CI);315 const CycleInfoT &CI;337 using CycleInfoT = GenericCycleInfo<ContextT>; variable[all …]
30 using CycleInfoT = GenericCycleInfo<ContextT>; variable31 using CycleT = typename CycleInfoT::CycleT;53 CycleInfoT CI;
40 using CycleInfoT = GenericCycleInfo<ContextT>; variable 41 using CycleT = typename CycleInfoT::CycleT;43 GenericUniformityInfo(const DominatorTreeT &DT, const CycleInfoT &CI,
125 using CycleInfoT = GenericCycleInfo<ContextT>; variable126 using CycleT = typename CycleInfoT::CycleT;128 CycleInfoT &Info;151 GenericCycleInfoCompute(CycleInfoT &Info) : Info(Info) {} in GenericCycleInfoCompute()