Searched refs:CommonLevels (Results 1 – 2 of 2) sorted by relevance
238 unsigned CommonLevels) in FullDependence() argument239 : Dependence(Source, Destination), Levels(CommonLevels), in FullDependence()242 if (CommonLevels) in FullDependence()243 DV = make_unique<DVEntry[]>(CommonLevels); in FullDependence()730 CommonLevels = SrcLevel; in establishNestingLevels()731 MaxLevels -= CommonLevels; in establishNestingLevels()746 if (D > CommonLevels) in mapDstLoop()747 return D - CommonLevels + SrcLevels; in mapDstLoop()771 if (Level <= CommonLevels && !SE->isLoopInvariant(Expression, LoopNest)) in collectCommonLoops()1078 assert(0 < Level && Level <= CommonLevels && "level out of range"); in strongSIVtest()[all …]
518 unsigned CommonLevels, SrcLevels, MaxLevels; variable